Html Css Color HEX #774A28 Cape Palliser

📋 copy color: '#774A28'

red 119 ◦ green 74 ◦ blue 40

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

Shades of Cape Palliser #774A28

Tints of Cape Palliser #774A28

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.76%

 BLUE value IS 40 (16.02% from 255) = 17.17%

R = 51.07%
G = 31.76%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#774A28 (or 0x774A28) is known color: Cape Palliser. HEX triplet: 77, 4A and 28. RGB value is (119,74,40). Sum of RGB (Red+Green+Blue) = 119+74+40=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #774A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A28 is #88B5D7. Grayscale: #535353. Windows color (decimal): -8959448 or 2640503. OLE color: 2640503.

HSL color Cylindrical-coordinate representation of color #774A28: hue angle of 25.82º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #774A28 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 74 40 -
CMYK 0 0.38 0.66 0.53
HSL 25.82º 0.5% 0.31% -
HSV(B) 25.82º 0.66% 0.47% -
XYZ 10.44 8.97 3.19 -
YUV 83.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 119 74 40 0 0.38 0.66 0.53 25.82 0.5 0.31
Hex 77 4A 28 0 26 42 35 1A 32 1F
Octal 167 112 50 0 46 102 65 32 62 37
Binary 1110111 1001010 101000 0 100110 1000010 110101 11010 110010 11111

Color Harmonies of #774A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A28

Black with #774A28

Text Example


Text Example

White with #774A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,74,40); }

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

background-color css

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

 a { background-color: rgb(119,74,40); }

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

border-color css

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

 span { border-color: rgb(119,74,40); }

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