Html Css Color HEX #77460D Raw Umber

📋 copy color: '#77460D'

red 119 ◦ green 70 ◦ blue 13

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

Shades of Raw Umber #77460D

Tints of Raw Umber #77460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.65%

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

R = 58.91%
G = 34.65%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77460D (or 0x77460D) is known color: Raw Umber. HEX triplet: 77, 46 and 0D. RGB value is (119,70,13). Sum of RGB (Red+Green+Blue) = 119+70+13=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #77460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77460D is #88B9F2. Grayscale: #4E4E4E. Windows color (decimal): -8960499 or 870007. OLE color: 870007.

HSL color Cylindrical-coordinate representation of color #77460D: hue angle of 32.26º 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 #77460D is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 70 13 -
CMYK 0 0.41 0.89 0.53
HSL 32.26º 0.8% 0.26% -
HSV(B) 32.26º 0.89% 0.47% -
XYZ 9.87 8.33 1.47 -
YUV 78.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 119 70 13 0 0.41 0.89 0.53 32.26 0.8 0.26
Hex 77 46 D 0 29 59 35 20 50 1A
Octal 167 106 15 0 51 131 65 40 120 32
Binary 1110111 1000110 1101 0 101001 1011001 110101 100000 1010000 11010

Color Harmonies of #77460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77460D

Black with #77460D

Text Example


Text Example

White with #77460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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