Html Css Color HEX #76404E Camelot

📋 copy color: '#76404E'

red 118 ◦ green 64 ◦ blue 78

#76404E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #76404E

Tints of Camelot #76404E

RGB

 RED value IS 118 (46.48% from 255) = 45.38%

 GREEN value IS 64 (25.39% from 255) = 24.62%

 BLUE value IS 78 (30.86% from 255) = 30%

R = 45.38%
G = 24.62%
B = 30%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#76404E (or 0x76404E) is known color: Camelot. HEX triplet: 76, 40 and 4E. RGB value is (118,64,78). Sum of RGB (Red+Green+Blue) = 118+64+78=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76404E is #89BFB1. Grayscale: #515151. Windows color (decimal): -9027506 or 5128310. OLE color: 5128310.

HSL color Cylindrical-coordinate representation of color #76404E: hue angle of 344.44º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76404E is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 78 -
CMYK 0 0.46 0.34 0.54
HSL 344.44º 0.3% 0.36% -
HSV(B) 344.44º 0.46% 0.46% -
XYZ 10.68 8.07 8.2 -
YUV 81.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 118 64 78 0 0.46 0.34 0.54 344.44 0.3 0.36
Hex 76 40 4E 0 2E 22 36 158 1E 24
Octal 166 100 116 0 56 42 66 530 36 44
Binary 1110110 1000000 1001110 0 101110 100010 110110 101011000 11110 100100

Color Harmonies of #76404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76404E

Black with #76404E

Text Example


Text Example

White with #76404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76404E; }

 p { color: rgb(118,64,78); }

 H1.HeaderClassName
 {
   color: #76404E;
 }
 .AnyTagClassName
 {
   color: #76404E;
 }
</style>

background-color css

<style>
 a { background-color: #76404E; }

 a { background-color: rgb(118,64,78); }

 div.DivClassName
 {
   background-color: #76404E;
 }
 .BgClassName
 {
   background-color: #76404E;
 }
</style>

border-color css

<style>
 span { border-color: #76404E; }

 span { border-color: rgb(118,64,78); }

 td.TdClassName
 {
   border-color: #76404E;
 }
 .TagClassName
 {
   border-color: #76404E;
 }
</style>