Html Css Color HEX #77550D Raw Umber

📋 copy color: '#77550D'

red 119 ◦ green 85 ◦ blue 13

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

Shades of Raw Umber #77550D

Tints of Raw Umber #77550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.17%

 BLUE value IS 13 (5.47% from 255) = 5.99%

R = 54.84%
G = 39.17%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77550D (or 0x77550D) is known color: Raw Umber. HEX triplet: 77, 55 and 0D. RGB value is (119,85,13). Sum of RGB (Red+Green+Blue) = 119+85+13=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77550D is #88AAF2. Grayscale: #575757. Windows color (decimal): -8956659 or 873847. OLE color: 873847.

HSL color Cylindrical-coordinate representation of color #77550D: hue angle of 40.75º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77550D is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 13 -
CMYK 0 0.29 0.89 0.53
HSL 40.75º 0.8% 0.26% -
HSV(B) 40.75º 0.89% 0.47% -
XYZ 10.93 10.45 1.82 -
YUV 86.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 119 85 13 0 0.29 0.89 0.53 40.75 0.8 0.26
Hex 77 55 D 0 1D 59 35 29 50 1A
Octal 167 125 15 0 35 131 65 51 120 32
Binary 1110111 1010101 1101 0 11101 1011001 110101 101001 1010000 11010

Color Harmonies of #77550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77550D

Black with #77550D

Text Example


Text Example

White with #77550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77550D; }

 p { color: rgb(119,85,13); }

 H1.HeaderClassName
 {
   color: #77550D;
 }
 .AnyTagClassName
 {
   color: #77550D;
 }
</style>

background-color css

<style>
 a { background-color: #77550D; }

 a { background-color: rgb(119,85,13); }

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

border-color css

<style>
 span { border-color: #77550D; }

 span { border-color: rgb(119,85,13); }

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