Html Css Color HEX #774A30 Cape Palliser

📋 copy color: '#774A30'

red 119 ◦ green 74 ◦ blue 48

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

Shades of Cape Palliser #774A30

Tints of Cape Palliser #774A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.92%

R = 49.38%
G = 30.71%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#774A30 (or 0x774A30) is known color: Cape Palliser. HEX triplet: 77, 4A and 30. RGB value is (119,74,48). Sum of RGB (Red+Green+Blue) = 119+74+48=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #774A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A30 is #88B5CF. Grayscale: #545454. Windows color (decimal): -8959440 or 3164791. OLE color: 3164791.

HSL color Cylindrical-coordinate representation of color #774A30: hue angle of 21.97º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #774A30 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 74 48 -
CMYK 0 0.38 0.60 0.53
HSL 21.97º 0.43% 0.33% -
HSV(B) 21.97º 0.6% 0.47% -
XYZ 10.59 9.03 3.98 -
YUV 84.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 119 74 48 0 0.38 0.60 0.53 21.97 0.43 0.33
Hex 77 4A 30 0 26 3C 35 16 2B 21
Octal 167 112 60 0 46 74 65 26 53 41
Binary 1110111 1001010 110000 0 100110 111100 110101 10110 101011 100001

Color Harmonies of #774A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A30

Black with #774A30

Text Example


Text Example

White with #774A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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