Html Css Color HEX #77482C Cape Palliser

📋 copy color: '#77482C'

red 119 ◦ green 72 ◦ blue 44

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

Shades of Cape Palliser #77482C

Tints of Cape Palliser #77482C

RGB

 RED value IS 119 (46.88% from 255) = 50.64%

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

 BLUE value IS 44 (17.58% from 255) = 18.72%

R = 50.64%
G = 30.64%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77482C (or 0x77482C) is known color: Cape Palliser. HEX triplet: 77, 48 and 2C. RGB value is (119,72,44). Sum of RGB (Red+Green+Blue) = 119+72+44=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77482C is #88B7D3. Grayscale: #535353. Windows color (decimal): -8959956 or 2902135. OLE color: 2902135.

HSL color Cylindrical-coordinate representation of color #77482C: hue angle of 22.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77482C is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 72 44 -
CMYK 0 0.39 0.63 0.53
HSL 22.4º 0.46% 0.32% -
HSV(B) 22.4º 0.63% 0.47% -
XYZ 10.38 8.74 3.52 -
YUV 82.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 119 72 44 0 0.39 0.63 0.53 22.4 0.46 0.32
Hex 77 48 2C 0 27 3F 35 16 2E 20
Octal 167 110 54 0 47 77 65 26 56 40
Binary 1110111 1001000 101100 0 100111 111111 110101 10110 101110 100000

Color Harmonies of #77482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77482C

Black with #77482C

Text Example


Text Example

White with #77482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77482C; }

 p { color: rgb(119,72,44); }

 H1.HeaderClassName
 {
   color: #77482C;
 }
 .AnyTagClassName
 {
   color: #77482C;
 }
</style>

background-color css

<style>
 a { background-color: #77482C; }

 a { background-color: rgb(119,72,44); }

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

border-color css

<style>
 span { border-color: #77482C; }

 span { border-color: rgb(119,72,44); }

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