Html Css Color HEX #77440E Raw Umber

📋 copy color: '#77440E'

red 119 ◦ green 68 ◦ blue 14

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

Shades of Raw Umber #77440E

Tints of Raw Umber #77440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

 BLUE value IS 14 (5.86% from 255) = 6.97%

R = 59.2%
G = 33.83%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#77440E (or 0x77440E) is known color: Raw Umber. HEX triplet: 77, 44 and 0E. RGB value is (119,68,14). Sum of RGB (Red+Green+Blue) = 119+68+14=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77440E is #88BBF1. Grayscale: #4D4D4D. Windows color (decimal): -8961010 or 935031. OLE color: 935031.

HSL color Cylindrical-coordinate representation of color #77440E: hue angle of 30.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77440E is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 68 14 -
CMYK 0 0.43 0.88 0.53
HSL 30.86º 0.79% 0.26% -
HSV(B) 30.86º 0.88% 0.47% -
XYZ 9.75 8.09 1.46 -
YUV 77.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 119 68 14 0 0.43 0.88 0.53 30.86 0.79 0.26
Hex 77 44 E 0 2B 58 35 1F 4F 1A
Octal 167 104 16 0 53 130 65 37 117 32
Binary 1110111 1000100 1110 0 101011 1011000 110101 11111 1001111 11010

Color Harmonies of #77440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77440E

Black with #77440E

Text Example


Text Example

White with #77440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77440E; }

 p { color: rgb(119,68,14); }

 H1.HeaderClassName
 {
   color: #77440E;
 }
 .AnyTagClassName
 {
   color: #77440E;
 }
</style>

background-color css

<style>
 a { background-color: #77440E; }

 a { background-color: rgb(119,68,14); }

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

border-color css

<style>
 span { border-color: #77440E; }

 span { border-color: rgb(119,68,14); }

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