Html Css Color HEX #774D2F Cape Palliser

📋 copy color: '#774D2F'

red 119 ◦ green 77 ◦ blue 47

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

Shades of Cape Palliser #774D2F

Tints of Cape Palliser #774D2F

RGB

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

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

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

R = 48.97%
G = 31.69%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#774D2F (or 0x774D2F) is known color: Cape Palliser. HEX triplet: 77, 4D and 2F. RGB value is (119,77,47). Sum of RGB (Red+Green+Blue) = 119+77+47=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #774D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D2F is #88B2D0. Grayscale: #565656. Windows color (decimal): -8958673 or 3100023. OLE color: 3100023.

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

Color convert

RGB 119 77 47 -
CMYK 0 0.35 0.61 0.53
HSL 25º 0.43% 0.33% -
HSV(B) 25º 0.61% 0.47% -
XYZ 10.77 9.43 3.94 -
YUV 86.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 119 77 47 0 0.35 0.61 0.53 25 0.43 0.33
Hex 77 4D 2F 0 23 3D 35 19 2B 21
Octal 167 115 57 0 43 75 65 31 53 41
Binary 1110111 1001101 101111 0 100011 111101 110101 11001 101011 100001

Color Harmonies of #774D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D2F

Black with #774D2F

Text Example


Text Example

White with #774D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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