Html Css Color HEX #76424C Camelot

📋 copy color: '#76424C'

red 118 ◦ green 66 ◦ blue 76

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

Shades of Camelot #76424C

Tints of Camelot #76424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 45.38%
G = 25.38%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76424C (or 0x76424C) is known color: Camelot. HEX triplet: 76, 42 and 4C. RGB value is (118,66,76). Sum of RGB (Red+Green+Blue) = 118+66+76=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76424C is #89BDB3. Grayscale: #525252. Windows color (decimal): -9026996 or 4997750. OLE color: 4997750.

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

Color convert

RGB 118 66 76 -
CMYK 0 0.44 0.36 0.54
HSL 348.46º 0.28% 0.36% -
HSV(B) 348.46º 0.44% 0.46% -
XYZ 10.72 8.27 7.87 -
YUV 82.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 118 66 76 0 0.44 0.36 0.54 348.46 0.28 0.36
Hex 76 42 4C 0 2C 24 36 15C 1C 24
Octal 166 102 114 0 54 44 66 534 34 44
Binary 1110110 1000010 1001100 0 101100 100100 110110 101011100 11100 100100

Color Harmonies of #76424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76424C

Black with #76424C

Text Example


Text Example

White with #76424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76424C; }

 p { color: rgb(118,66,76); }

 H1.HeaderClassName
 {
   color: #76424C;
 }
 .AnyTagClassName
 {
   color: #76424C;
 }
</style>

background-color css

<style>
 a { background-color: #76424C; }

 a { background-color: rgb(118,66,76); }

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

border-color css

<style>
 span { border-color: #76424C; }

 span { border-color: rgb(118,66,76); }

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