Html Css Color HEX #76424B Camelot

📋 copy color: '#76424B'

red 118 ◦ green 66 ◦ blue 75

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

Shades of Camelot #76424B

Tints of Camelot #76424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.96%

R = 45.56%
G = 25.48%
B = 28.96%

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

#76424B (or 0x76424B) is known color: Camelot. HEX triplet: 76, 42 and 4B. RGB value is (118,66,75). Sum of RGB (Red+Green+Blue) = 118+66+75=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76424B is #89BDB4. Grayscale: #525252. Windows color (decimal): -9026997 or 4932214. OLE color: 4932214.

HSL color Cylindrical-coordinate representation of color #76424B: hue angle of 349.62º 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 #76424B is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 66 75 -
CMYK 0 0.44 0.36 0.54
HSL 349.62º 0.28% 0.36% -
HSV(B) 349.62º 0.44% 0.46% -
XYZ 10.69 8.26 7.69 -
YUV 82.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 118 66 75 0 0.44 0.36 0.54 349.62 0.28 0.36
Hex 76 42 4B 0 2C 24 36 15E 1C 24
Octal 166 102 113 0 54 44 66 536 34 44
Binary 1110110 1000010 1001011 0 101100 100100 110110 101011110 11100 100100

Color Harmonies of #76424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76424B

Black with #76424B

Text Example


Text Example

White with #76424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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