Html Css Color HEX #7F560C Raw Umber

📋 copy color: '#7F560C'

red 127 ◦ green 86 ◦ blue 12

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

Shades of Raw Umber #7F560C

Tints of Raw Umber #7F560C

RGB

 RED value IS 127 (50% from 255) = 56.44%

 GREEN value IS 86 (33.98% from 255) = 38.22%

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

R = 56.44%
G = 38.22%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F560C (or 0x7F560C) is known color: Raw Umber. HEX triplet: 7F, 56 and 0C. RGB value is (127,86,12). Sum of RGB (Red+Green+Blue) = 127+86+12=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F560C is #80A9F3. Grayscale: #5A5A5A. Windows color (decimal): -8432116 or 808575. OLE color: 808575.

HSL color Cylindrical-coordinate representation of color #7F560C: hue angle of 38.61º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F560C is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 86 12 -
CMYK 0 0.32 0.91 0.50
HSL 38.61º 0.83% 0.27% -
HSV(B) 38.61º 0.91% 0.5% -
XYZ 12.15 11.19 1.87 -
YUV 89.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 127 86 12 0 0.32 0.91 0.50 38.61 0.83 0.27
Hex 7F 56 C 0 20 5B 32 27 53 1B
Octal 177 126 14 0 40 133 62 47 123 33
Binary 1111111 1010110 1100 0 100000 1011011 110010 100111 1010011 11011

Color Harmonies of #7F560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F560C

Black with #7F560C

Text Example


Text Example

White with #7F560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F560C; }

 p { color: rgb(127,86,12); }

 H1.HeaderClassName
 {
   color: #7F560C;
 }
 .AnyTagClassName
 {
   color: #7F560C;
 }
</style>

background-color css

<style>
 a { background-color: #7F560C; }

 a { background-color: rgb(127,86,12); }

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

border-color css

<style>
 span { border-color: #7F560C; }

 span { border-color: rgb(127,86,12); }

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