Html Css Color HEX #76474F Camelot

📋 copy color: '#76474F'

red 118 ◦ green 71 ◦ blue 79

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

Shades of Camelot #76474F

Tints of Camelot #76474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

 BLUE value IS 79 (31.25% from 255) = 29.48%

R = 44.03%
G = 26.49%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76474F (or 0x76474F) is known color: Camelot. HEX triplet: 76, 47 and 4F. RGB value is (118,71,79). Sum of RGB (Red+Green+Blue) = 118+71+79=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #76474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76474F is #89B8B0. Grayscale: #555555. Windows color (decimal): -9025713 or 5195638. OLE color: 5195638.

HSL color Cylindrical-coordinate representation of color #76474F: hue angle of 349.79º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76474F is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 79 -
CMYK 0 0.40 0.33 0.54
HSL 349.79º 0.25% 0.37% -
HSV(B) 349.79º 0.4% 0.46% -
XYZ 11.14 8.92 8.53 -
YUV 85.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 118 71 79 0 0.40 0.33 0.54 349.79 0.25 0.37
Hex 76 47 4F 0 28 21 36 15E 19 25
Octal 166 107 117 0 50 41 66 536 31 45
Binary 1110110 1000111 1001111 0 101000 100001 110110 101011110 11001 100101

Color Harmonies of #76474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76474F

Black with #76474F

Text Example


Text Example

White with #76474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76474F; }

 p { color: rgb(118,71,79); }

 H1.HeaderClassName
 {
   color: #76474F;
 }
 .AnyTagClassName
 {
   color: #76474F;
 }
</style>

background-color css

<style>
 a { background-color: #76474F; }

 a { background-color: rgb(118,71,79); }

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

border-color css

<style>
 span { border-color: #76474F; }

 span { border-color: rgb(118,71,79); }

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