Html Css Color HEX #774F32 Cape Palliser

📋 copy color: '#774F32'

red 119 ◦ green 79 ◦ blue 50

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

Shades of Cape Palliser #774F32

Tints of Cape Palliser #774F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.85%

 BLUE value IS 50 (19.92% from 255) = 20.16%

R = 47.98%
G = 31.85%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#774F32 (or 0x774F32) is known color: Cape Palliser. HEX triplet: 77, 4F and 32. RGB value is (119,79,50). Sum of RGB (Red+Green+Blue) = 119+79+50=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #774F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F32 is #88B0CD. Grayscale: #575757. Windows color (decimal): -8958158 or 3297143. OLE color: 3297143.

HSL color Cylindrical-coordinate representation of color #774F32: hue angle of 25.22º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774F32 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 79 50 -
CMYK 0 0.34 0.58 0.53
HSL 25.22º 0.41% 0.33% -
HSV(B) 25.22º 0.58% 0.47% -
XYZ 10.98 9.74 4.32 -
YUV 87.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 119 79 50 0 0.34 0.58 0.53 25.22 0.41 0.33
Hex 77 4F 32 0 22 3A 35 19 29 21
Octal 167 117 62 0 42 72 65 31 51 41
Binary 1110111 1001111 110010 0 100010 111010 110101 11001 101001 100001

Color Harmonies of #774F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F32

Black with #774F32

Text Example


Text Example

White with #774F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774F32; }

 p { color: rgb(119,79,50); }

 H1.HeaderClassName
 {
   color: #774F32;
 }
 .AnyTagClassName
 {
   color: #774F32;
 }
</style>

background-color css

<style>
 a { background-color: #774F32; }

 a { background-color: rgb(119,79,50); }

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

border-color css

<style>
 span { border-color: #774F32; }

 span { border-color: rgb(119,79,50); }

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