Html Css Color HEX #7F540C Raw Umber

📋 copy color: '#7F540C'

red 127 ◦ green 84 ◦ blue 12

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

Shades of Raw Umber #7F540C

Tints of Raw Umber #7F540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

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

R = 56.95%
G = 37.67%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F540C (or 0x7F540C) is known color: Raw Umber. HEX triplet: 7F, 54 and 0C. RGB value is (127,84,12). Sum of RGB (Red+Green+Blue) = 127+84+12=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F540C is #80ABF3. Grayscale: #585858. Windows color (decimal): -8432628 or 808063. OLE color: 808063.

HSL color Cylindrical-coordinate representation of color #7F540C: hue angle of 37.57º 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 #7F540C is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 84 12 -
CMYK 0 0.34 0.91 0.50
HSL 37.57º 0.83% 0.27% -
HSV(B) 37.57º 0.91% 0.5% -
XYZ 11.99 10.88 1.82 -
YUV 88.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 127 84 12 0 0.34 0.91 0.50 37.57 0.83 0.27
Hex 7F 54 C 0 22 5B 32 26 53 1B
Octal 177 124 14 0 42 133 62 46 123 33
Binary 1111111 1010100 1100 0 100010 1011011 110010 100110 1010011 11011

Color Harmonies of #7F540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F540C

Black with #7F540C

Text Example


Text Example

White with #7F540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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