Html Css Color HEX #76462F Cape Palliser

📋 copy color: '#76462F'

red 118 ◦ green 70 ◦ blue 47

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

Shades of Cape Palliser #76462F

Tints of Cape Palliser #76462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

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

R = 50.21%
G = 29.79%
B = 20%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76462F (or 0x76462F) is known color: Cape Palliser. HEX triplet: 76, 46 and 2F. RGB value is (118,70,47). Sum of RGB (Red+Green+Blue) = 118+70+47=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76462F is #89B9D0. Grayscale: #515151. Windows color (decimal): -9026001 or 3098230. OLE color: 3098230.

HSL color Cylindrical-coordinate representation of color #76462F: hue angle of 19.44º 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 #76462F is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 47 -
CMYK 0 0.41 0.60 0.54
HSL 19.44º 0.43% 0.32% -
HSV(B) 19.44º 0.6% 0.46% -
XYZ 10.17 8.44 3.78 -
YUV 81.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 118 70 47 0 0.41 0.60 0.54 19.44 0.43 0.32
Hex 76 46 2F 0 29 3C 36 13 2B 20
Octal 166 106 57 0 51 74 66 23 53 40
Binary 1110110 1000110 101111 0 101001 111100 110110 10011 101011 100000

Color Harmonies of #76462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76462F

Black with #76462F

Text Example


Text Example

White with #76462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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