Html Css Color HEX #774C2D Cape Palliser

📋 copy color: '#774C2D'

red 119 ◦ green 76 ◦ blue 45

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

Shades of Cape Palliser #774C2D

Tints of Cape Palliser #774C2D

RGB

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

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

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

R = 49.58%
G = 31.67%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#774C2D (or 0x774C2D) is known color: Cape Palliser. HEX triplet: 77, 4C and 2D. RGB value is (119,76,45). Sum of RGB (Red+Green+Blue) = 119+76+45=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #774C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C2D is #88B3D2. Grayscale: #555555. Windows color (decimal): -8958931 or 2968695. OLE color: 2968695.

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

Color convert

RGB 119 76 45 -
CMYK 0 0.36 0.62 0.53
HSL 25.14º 0.45% 0.32% -
HSV(B) 25.14º 0.62% 0.47% -
XYZ 10.67 9.28 3.71 -
YUV 85.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 119 76 45 0 0.36 0.62 0.53 25.14 0.45 0.32
Hex 77 4C 2D 0 24 3E 35 19 2D 20
Octal 167 114 55 0 44 76 65 31 55 40
Binary 1110111 1001100 101101 0 100100 111110 110101 11001 101101 100000

Color Harmonies of #774C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C2D

Black with #774C2D

Text Example


Text Example

White with #774C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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