Html Css Color HEX #77482B Cape Palliser

📋 copy color: '#77482B'

red 119 ◦ green 72 ◦ blue 43

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

Shades of Cape Palliser #77482B

Tints of Cape Palliser #77482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.38%

R = 50.85%
G = 30.77%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77482B (or 0x77482B) is known color: Cape Palliser. HEX triplet: 77, 48 and 2B. RGB value is (119,72,43). Sum of RGB (Red+Green+Blue) = 119+72+43=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77482B is #88B7D4. Grayscale: #525252. Windows color (decimal): -8959957 or 2836599. OLE color: 2836599.

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

Color convert

RGB 119 72 43 -
CMYK 0 0.39 0.64 0.53
HSL 22.89º 0.47% 0.32% -
HSV(B) 22.89º 0.64% 0.47% -
XYZ 10.36 8.73 3.42 -
YUV 82.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 119 72 43 0 0.39 0.64 0.53 22.89 0.47 0.32
Hex 77 48 2B 0 27 40 35 17 2F 20
Octal 167 110 53 0 47 100 65 27 57 40
Binary 1110111 1001000 101011 0 100111 1000000 110101 10111 101111 100000

Color Harmonies of #77482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77482B

Black with #77482B

Text Example


Text Example

White with #77482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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