Html Css Color HEX #77410A Raw Umber

📋 copy color: '#77410A'

red 119 ◦ green 65 ◦ blue 10

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

Shades of Raw Umber #77410A

Tints of Raw Umber #77410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.15%

R = 61.34%
G = 33.51%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#77410A (or 0x77410A) is known color: Raw Umber. HEX triplet: 77, 41 and 0A. RGB value is (119,65,10). Sum of RGB (Red+Green+Blue) = 119+65+10=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #77410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77410A is #88BEF5. Grayscale: #4B4B4B. Windows color (decimal): -8961782 or 672119. OLE color: 672119.

HSL color Cylindrical-coordinate representation of color #77410A: hue angle of 30.28º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77410A is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 10 -
CMYK 0 0.45 0.92 0.53
HSL 30.28º 0.84% 0.25% -
HSV(B) 30.28º 0.92% 0.47% -
XYZ 9.55 7.72 1.27 -
YUV 74.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 119 65 10 0 0.45 0.92 0.53 30.28 0.84 0.25
Hex 77 41 A 0 2D 5C 35 1E 54 19
Octal 167 101 12 0 55 134 65 36 124 31
Binary 1110111 1000001 1010 0 101101 1011100 110101 11110 1010100 11001

Color Harmonies of #77410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77410A

Black with #77410A

Text Example


Text Example

White with #77410A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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