Html Css Color HEX #76434E Camelot

📋 copy color: '#76434E'

red 118 ◦ green 67 ◦ blue 78

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

Shades of Camelot #76434E

Tints of Camelot #76434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

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

R = 44.87%
G = 25.48%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76434E (or 0x76434E) is known color: Camelot. HEX triplet: 76, 43 and 4E. RGB value is (118,67,78). Sum of RGB (Red+Green+Blue) = 118+67+78=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76434E is #89BCB1. Grayscale: #535353. Windows color (decimal): -9026738 or 5129078. OLE color: 5129078.

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

Color convert

RGB 118 67 78 -
CMYK 0 0.43 0.34 0.54
HSL 347.06º 0.28% 0.36% -
HSV(B) 347.06º 0.43% 0.46% -
XYZ 10.85 8.42 8.26 -
YUV 83.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 118 67 78 0 0.43 0.34 0.54 347.06 0.28 0.36
Hex 76 43 4E 0 2B 22 36 15B 1C 24
Octal 166 103 116 0 53 42 66 533 34 44
Binary 1110110 1000011 1001110 0 101011 100010 110110 101011011 11100 100100

Color Harmonies of #76434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76434E

Black with #76434E

Text Example


Text Example

White with #76434E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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