Html Css Color HEX #77480C Raw Umber

📋 copy color: '#77480C'

red 119 ◦ green 72 ◦ blue 12

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

Shades of Raw Umber #77480C

Tints of Raw Umber #77480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.47%

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

R = 58.62%
G = 35.47%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77480C (or 0x77480C) is known color: Raw Umber. HEX triplet: 77, 48 and 0C. RGB value is (119,72,12). Sum of RGB (Red+Green+Blue) = 119+72+12=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #77480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77480C is #88B7F3. Grayscale: #4F4F4F. Windows color (decimal): -8959988 or 804983. OLE color: 804983.

HSL color Cylindrical-coordinate representation of color #77480C: hue angle of 33.64º 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 #77480C is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 72 12 -
CMYK 0 0.39 0.90 0.53
HSL 33.64º 0.82% 0.26% -
HSV(B) 33.64º 0.9% 0.47% -
XYZ 9.99 8.58 1.48 -
YUV 79.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 119 72 12 0 0.39 0.90 0.53 33.64 0.82 0.26
Hex 77 48 C 0 27 5A 35 22 52 1A
Octal 167 110 14 0 47 132 65 42 122 32
Binary 1110111 1001000 1100 0 100111 1011010 110101 100010 1010010 11010

Color Harmonies of #77480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77480C

Black with #77480C

Text Example


Text Example

White with #77480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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