Html Css Color HEX #77410D Raw Umber

📋 copy color: '#77410D'

red 119 ◦ green 65 ◦ blue 13

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

Shades of Raw Umber #77410D

Tints of Raw Umber #77410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.99%

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

R = 60.41%
G = 32.99%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77410D (or 0x77410D) is known color: Raw Umber. HEX triplet: 77, 41 and 0D. RGB value is (119,65,13). Sum of RGB (Red+Green+Blue) = 119+65+13=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77410D is #88BEF2. Grayscale: #4B4B4B. Windows color (decimal): -8961779 or 868727. OLE color: 868727.

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

Color convert

RGB 119 65 13 -
CMYK 0 0.45 0.89 0.53
HSL 29.43º 0.8% 0.26% -
HSV(B) 29.43º 0.89% 0.47% -
XYZ 9.57 7.73 1.37 -
YUV 75.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 119 65 13 0 0.45 0.89 0.53 29.43 0.8 0.26
Hex 77 41 D 0 2D 59 35 1D 50 1A
Octal 167 101 15 0 55 131 65 35 120 32
Binary 1110111 1000001 1101 0 101101 1011001 110101 11101 1010000 11010

Color Harmonies of #77410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77410D

Black with #77410D

Text Example


Text Example

White with #77410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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