Html Css Color HEX #774C2F Cape Palliser

📋 copy color: '#774C2F'

red 119 ◦ green 76 ◦ blue 47

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

Shades of Cape Palliser #774C2F

Tints of Cape Palliser #774C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.42%

R = 49.17%
G = 31.4%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#774C2F (or 0x774C2F) is known color: Cape Palliser. HEX triplet: 77, 4C and 2F. RGB value is (119,76,47). Sum of RGB (Red+Green+Blue) = 119+76+47=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #774C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C2F is #88B3D0. Grayscale: #555555. Windows color (decimal): -8958929 or 3099767. OLE color: 3099767.

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

Color convert

RGB 119 76 47 -
CMYK 0 0.36 0.61 0.53
HSL 24.17º 0.43% 0.33% -
HSV(B) 24.17º 0.61% 0.47% -
XYZ 10.71 9.3 3.92 -
YUV 85.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 119 76 47 0 0.36 0.61 0.53 24.17 0.43 0.33
Hex 77 4C 2F 0 24 3D 35 18 2B 21
Octal 167 114 57 0 44 75 65 30 53 41
Binary 1110111 1001100 101111 0 100100 111101 110101 11000 101011 100001

Color Harmonies of #774C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C2F

Black with #774C2F

Text Example


Text Example

White with #774C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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