Html Css Color HEX #774D30 Cape Palliser

📋 copy color: '#774D30'

red 119 ◦ green 77 ◦ blue 48

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

Shades of Cape Palliser #774D30

Tints of Cape Palliser #774D30

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.56%

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

R = 48.77%
G = 31.56%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#774D30 (or 0x774D30) is known color: Cape Palliser. HEX triplet: 77, 4D and 30. RGB value is (119,77,48). Sum of RGB (Red+Green+Blue) = 119+77+48=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #774D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D30 is #88B2CF. Grayscale: #565656. Windows color (decimal): -8958672 or 3165559. OLE color: 3165559.

HSL color Cylindrical-coordinate representation of color #774D30: hue angle of 24.51º 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 #774D30 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 77 48 -
CMYK 0 0.35 0.60 0.53
HSL 24.51º 0.43% 0.33% -
HSV(B) 24.51º 0.6% 0.47% -
XYZ 10.8 9.44 4.05 -
YUV 86.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 119 77 48 0 0.35 0.60 0.53 24.51 0.43 0.33
Hex 77 4D 30 0 23 3C 35 19 2B 21
Octal 167 115 60 0 43 74 65 31 53 41
Binary 1110111 1001101 110000 0 100011 111100 110101 11001 101011 100001

Color Harmonies of #774D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D30

Black with #774D30

Text Example


Text Example

White with #774D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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