Html Css Color HEX #76462E Cape Palliser

📋 copy color: '#76462E'

red 118 ◦ green 70 ◦ blue 46

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

Shades of Cape Palliser #76462E

Tints of Cape Palliser #76462E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.66%

R = 50.43%
G = 29.91%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76462E (or 0x76462E) is known color: Cape Palliser. HEX triplet: 76, 46 and 2E. RGB value is (118,70,46). Sum of RGB (Red+Green+Blue) = 118+70+46=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76462E is #89B9D1. Grayscale: #515151. Windows color (decimal): -9026002 or 3032694. OLE color: 3032694.

HSL color Cylindrical-coordinate representation of color #76462E: hue angle of 20º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76462E is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 46 -
CMYK 0 0.41 0.61 0.54
HSL 20º 0.44% 0.32% -
HSV(B) 20º 0.61% 0.46% -
XYZ 10.15 8.43 3.68 -
YUV 81.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 118 70 46 0 0.41 0.61 0.54 20 0.44 0.32
Hex 76 46 2E 0 29 3D 36 14 2C 20
Octal 166 106 56 0 51 75 66 24 54 40
Binary 1110110 1000110 101110 0 101001 111101 110110 10100 101100 100000

Color Harmonies of #76462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76462E

Black with #76462E

Text Example


Text Example

White with #76462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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