Html Css Color HEX #77492A Cape Palliser

📋 copy color: '#77492A'

red 119 ◦ green 73 ◦ blue 42

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

Shades of Cape Palliser #77492A

Tints of Cape Palliser #77492A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.2%

 BLUE value IS 42 (16.8% from 255) = 17.95%

R = 50.85%
G = 31.2%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77492A (or 0x77492A) is known color: Cape Palliser. HEX triplet: 77, 49 and 2A. RGB value is (119,73,42). Sum of RGB (Red+Green+Blue) = 119+73+42=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77492A is #88B6D5. Grayscale: #535353. Windows color (decimal): -8959702 or 2771319. OLE color: 2771319.

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

Color convert

RGB 119 73 42 -
CMYK 0 0.39 0.65 0.53
HSL 24.16º 0.48% 0.32% -
HSV(B) 24.16º 0.65% 0.47% -
XYZ 10.41 8.85 3.35 -
YUV 83.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 119 73 42 0 0.39 0.65 0.53 24.16 0.48 0.32
Hex 77 49 2A 0 27 41 35 18 30 20
Octal 167 111 52 0 47 101 65 30 60 40
Binary 1110111 1001001 101010 0 100111 1000001 110101 11000 110000 100000

Color Harmonies of #77492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77492A

Black with #77492A

Text Example


Text Example

White with #77492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77492A; }

 p { color: rgb(119,73,42); }

 H1.HeaderClassName
 {
   color: #77492A;
 }
 .AnyTagClassName
 {
   color: #77492A;
 }
</style>

background-color css

<style>
 a { background-color: #77492A; }

 a { background-color: rgb(119,73,42); }

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

border-color css

<style>
 span { border-color: #77492A; }

 span { border-color: rgb(119,73,42); }

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