Html Css Color HEX #76482F Cape Palliser

📋 copy color: '#76482F'

red 118 ◦ green 72 ◦ blue 47

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

Shades of Cape Palliser #76482F

Tints of Cape Palliser #76482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.38%

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

R = 49.79%
G = 30.38%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76482F (or 0x76482F) is known color: Cape Palliser. HEX triplet: 76, 48 and 2F. RGB value is (118,72,47). Sum of RGB (Red+Green+Blue) = 118+72+47=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #76482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76482F is #89B7D0. Grayscale: #535353. Windows color (decimal): -9025489 or 3098742. OLE color: 3098742.

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

Color convert

RGB 118 72 47 -
CMYK 0 0.39 0.60 0.54
HSL 21.13º 0.43% 0.32% -
HSV(B) 21.13º 0.6% 0.46% -
XYZ 10.3 8.69 3.82 -
YUV 82.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 118 72 47 0 0.39 0.60 0.54 21.13 0.43 0.32
Hex 76 48 2F 0 27 3C 36 15 2B 20
Octal 166 110 57 0 47 74 66 25 53 40
Binary 1110110 1001000 101111 0 100111 111100 110110 10101 101011 100000

Color Harmonies of #76482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76482F

Black with #76482F

Text Example


Text Example

White with #76482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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