Html Css Color HEX #77482F Cape Palliser

📋 copy color: '#77482F'

red 119 ◦ green 72 ◦ blue 47

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

Shades of Cape Palliser #77482F

Tints of Cape Palliser #77482F

RGB

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

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

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

R = 50%
G = 30.25%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77482F (or 0x77482F) is known color: Cape Palliser. HEX triplet: 77, 48 and 2F. RGB value is (119,72,47). Sum of RGB (Red+Green+Blue) = 119+72+47=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #77482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77482F is #88B7D0. Grayscale: #535353. Windows color (decimal): -8959953 or 3098743. OLE color: 3098743.

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

Color convert

RGB 119 72 47 -
CMYK 0 0.39 0.61 0.53
HSL 20.83º 0.43% 0.33% -
HSV(B) 20.83º 0.61% 0.47% -
XYZ 10.44 8.76 3.83 -
YUV 83.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 119 72 47 0 0.39 0.61 0.53 20.83 0.43 0.33
Hex 77 48 2F 0 27 3D 35 15 2B 21
Octal 167 110 57 0 47 75 65 25 53 41
Binary 1110111 1001000 101111 0 100111 111101 110101 10101 101011 100001

Color Harmonies of #77482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77482F

Black with #77482F

Text Example


Text Example

White with #77482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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