Html Css Color HEX #774B2D Cape Palliser

📋 copy color: '#774B2D'

red 119 ◦ green 75 ◦ blue 45

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

Shades of Cape Palliser #774B2D

Tints of Cape Palliser #774B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.38%

 BLUE value IS 45 (17.97% from 255) = 18.83%

R = 49.79%
G = 31.38%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#774B2D (or 0x774B2D) is known color: Cape Palliser. HEX triplet: 77, 4B and 2D. RGB value is (119,75,45). Sum of RGB (Red+Green+Blue) = 119+75+45=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #774B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B2D is #88B4D2. Grayscale: #545454. Windows color (decimal): -8959187 or 2968439. OLE color: 2968439.

HSL color Cylindrical-coordinate representation of color #774B2D: hue angle of 24.32º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #774B2D is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 75 45 -
CMYK 0 0.37 0.62 0.53
HSL 24.32º 0.45% 0.32% -
HSV(B) 24.32º 0.62% 0.47% -
XYZ 10.6 9.14 3.69 -
YUV 84.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 119 75 45 0 0.37 0.62 0.53 24.32 0.45 0.32
Hex 77 4B 2D 0 25 3E 35 18 2D 20
Octal 167 113 55 0 45 76 65 30 55 40
Binary 1110111 1001011 101101 0 100101 111110 110101 11000 101101 100000

Color Harmonies of #774B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774B2D

Black with #774B2D

Text Example


Text Example

White with #774B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,75,45); }

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

background-color css

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

 a { background-color: rgb(119,75,45); }

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

border-color css

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

 span { border-color: rgb(119,75,45); }

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