Html Css Color HEX #76472F Cape Palliser

📋 copy color: '#76472F'

red 118 ◦ green 71 ◦ blue 47

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

Shades of Cape Palliser #76472F

Tints of Cape Palliser #76472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.92%

R = 50%
G = 30.08%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76472F (or 0x76472F) is known color: Cape Palliser. HEX triplet: 76, 47 and 2F. RGB value is (118,71,47). Sum of RGB (Red+Green+Blue) = 118+71+47=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76472F is #89B8D0. Grayscale: #525252. Windows color (decimal): -9025745 or 3098486. OLE color: 3098486.

HSL color Cylindrical-coordinate representation of color #76472F: hue angle of 20.28º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76472F is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 47 -
CMYK 0 0.40 0.60 0.54
HSL 20.28º 0.43% 0.32% -
HSV(B) 20.28º 0.6% 0.46% -
XYZ 10.24 8.56 3.8 -
YUV 82.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 118 71 47 0 0.40 0.60 0.54 20.28 0.43 0.32
Hex 76 47 2F 0 28 3C 36 14 2B 20
Octal 166 107 57 0 50 74 66 24 53 40
Binary 1110110 1000111 101111 0 101000 111100 110110 10100 101011 100000

Color Harmonies of #76472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76472F

Black with #76472F

Text Example


Text Example

White with #76472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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