Html Css Color HEX #774C2C Cape Palliser

📋 copy color: '#774C2C'

red 119 ◦ green 76 ◦ blue 44

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

Shades of Cape Palliser #774C2C

Tints of Cape Palliser #774C2C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.8%

 BLUE value IS 44 (17.58% from 255) = 18.41%

R = 49.79%
G = 31.8%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#774C2C (or 0x774C2C) is known color: Cape Palliser. HEX triplet: 77, 4C and 2C. RGB value is (119,76,44). Sum of RGB (Red+Green+Blue) = 119+76+44=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #774C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C2C is #88B3D3. Grayscale: #555555. Windows color (decimal): -8958932 or 2903159. OLE color: 2903159.

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

Color convert

RGB 119 76 44 -
CMYK 0 0.36 0.63 0.53
HSL 25.6º 0.46% 0.32% -
HSV(B) 25.6º 0.63% 0.47% -
XYZ 10.65 9.27 3.61 -
YUV 85.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 119 76 44 0 0.36 0.63 0.53 25.6 0.46 0.32
Hex 77 4C 2C 0 24 3F 35 1A 2E 20
Octal 167 114 54 0 44 77 65 32 56 40
Binary 1110111 1001100 101100 0 100100 111111 110101 11010 101110 100000

Color Harmonies of #774C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C2C

Black with #774C2C

Text Example


Text Example

White with #774C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,76,44); }

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

background-color css

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

 a { background-color: rgb(119,76,44); }

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

border-color css

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

 span { border-color: rgb(119,76,44); }

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