Html Css Color HEX #77400C Raw Umber

📋 copy color: '#77400C'

red 119 ◦ green 64 ◦ blue 12

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

Shades of Raw Umber #77400C

Tints of Raw Umber #77400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.82%

 BLUE value IS 12 (5.08% from 255) = 6.15%

R = 61.03%
G = 32.82%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77400C (or 0x77400C) is known color: Raw Umber. HEX triplet: 77, 40 and 0C. RGB value is (119,64,12). Sum of RGB (Red+Green+Blue) = 119+64+12=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #77400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77400C is #88BFF3. Grayscale: #4A4A4A. Windows color (decimal): -8962036 or 802935. OLE color: 802935.

HSL color Cylindrical-coordinate representation of color #77400C: hue angle of 29.16º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77400C is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 64 12 -
CMYK 0 0.46 0.90 0.53
HSL 29.16º 0.82% 0.26% -
HSV(B) 29.16º 0.9% 0.47% -
XYZ 9.51 7.62 1.32 -
YUV 74.52 92.72 159.73 -
System Red Green Blue C M Y K H S L
Decimal 119 64 12 0 0.46 0.90 0.53 29.16 0.82 0.26
Hex 77 40 C 0 2E 5A 35 1D 52 1A
Octal 167 100 14 0 56 132 65 35 122 32
Binary 1110111 1000000 1100 0 101110 1011010 110101 11101 1010010 11010

Color Harmonies of #77400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77400C

Black with #77400C

Text Example


Text Example

White with #77400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77400C; }

 p { color: rgb(119,64,12); }

 H1.HeaderClassName
 {
   color: #77400C;
 }
 .AnyTagClassName
 {
   color: #77400C;
 }
</style>

background-color css

<style>
 a { background-color: #77400C; }

 a { background-color: rgb(119,64,12); }

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

border-color css

<style>
 span { border-color: #77400C; }

 span { border-color: rgb(119,64,12); }

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