Html Css Color HEX #77472F Cape Palliser

📋 copy color: '#77472F'

red 119 ◦ green 71 ◦ blue 47

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

Shades of Cape Palliser #77472F

Tints of Cape Palliser #77472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.96%

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

R = 50.21%
G = 29.96%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77472F (or 0x77472F) is known color: Cape Palliser. HEX triplet: 77, 47 and 2F. RGB value is (119,71,47). Sum of RGB (Red+Green+Blue) = 119+71+47=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #77472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77472F is #88B8D0. Grayscale: #525252. Windows color (decimal): -8960209 or 3098487. OLE color: 3098487.

HSL color Cylindrical-coordinate representation of color #77472F: hue angle of 20º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77472F is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 71 47 -
CMYK 0 0.40 0.61 0.53
HSL 20º 0.43% 0.33% -
HSV(B) 20º 0.61% 0.47% -
XYZ 10.37 8.63 3.81 -
YUV 82.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 119 71 47 0 0.40 0.61 0.53 20 0.43 0.33
Hex 77 47 2F 0 28 3D 35 14 2B 21
Octal 167 107 57 0 50 75 65 24 53 41
Binary 1110111 1000111 101111 0 101000 111101 110101 10100 101011 100001

Color Harmonies of #77472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77472F

Black with #77472F

Text Example


Text Example

White with #77472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,71,47); }

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

background-color css

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

 a { background-color: rgb(119,71,47); }

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

border-color css

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

 span { border-color: rgb(119,71,47); }

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