Html Css Color HEX #77530C Raw Umber

📋 copy color: '#77530C'

red 119 ◦ green 83 ◦ blue 12

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

Shades of Raw Umber #77530C

Tints of Raw Umber #77530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.79%

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

R = 55.61%
G = 38.79%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77530C (or 0x77530C) is known color: Raw Umber. HEX triplet: 77, 53 and 0C. RGB value is (119,83,12). Sum of RGB (Red+Green+Blue) = 119+83+12=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77530C is #88ACF3. Grayscale: #555555. Windows color (decimal): -8957172 or 807799. OLE color: 807799.

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

Color convert

RGB 119 83 12 -
CMYK 0 0.30 0.90 0.53
HSL 39.81º 0.82% 0.26% -
HSV(B) 39.81º 0.9% 0.47% -
XYZ 10.77 10.14 1.74 -
YUV 85.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 119 83 12 0 0.30 0.90 0.53 39.81 0.82 0.26
Hex 77 53 C 0 1E 5A 35 28 52 1A
Octal 167 123 14 0 36 132 65 50 122 32
Binary 1110111 1010011 1100 0 11110 1011010 110101 101000 1010010 11010

Color Harmonies of #77530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77530C

Black with #77530C

Text Example


Text Example

White with #77530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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