Html Css Color HEX #7F514B Lotus

📋 copy color: '#7F514B'

red 127 ◦ green 81 ◦ blue 75

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

Shades of Lotus #7F514B

Tints of Lotus #7F514B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

 BLUE value IS 75 (29.69% from 255) = 26.5%

R = 44.88%
G = 28.62%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#7F514B (or 0x7F514B) is known color: Lotus. HEX triplet: 7F, 51 and 4B. RGB value is (127,81,75). Sum of RGB (Red+Green+Blue) = 127+81+75=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 127 - color contains mainly: red. Hex color #7F514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F514B is #80AEB4. Grayscale: #5E5E5E. Windows color (decimal): -8433333 or 4936063. OLE color: 4936063.

HSL color Cylindrical-coordinate representation of color #7F514B: hue angle of 6.92º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F514B is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 81 75 -
CMYK 0 0.36 0.41 0.50
HSL 6.92º 0.26% 0.4% -
HSV(B) 6.92º 0.41% 0.5% -
XYZ 12.96 10.9 8.08 -
YUV 94.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 127 81 75 0 0.36 0.41 0.50 6.92 0.26 0.4
Hex 7F 51 4B 0 24 29 32 7 1A 28
Octal 177 121 113 0 44 51 62 7 32 50
Binary 1111111 1010001 1001011 0 100100 101001 110010 111 11010 101000

Color Harmonies of #7F514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F514B

Black with #7F514B

Text Example


Text Example

White with #7F514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,81,75); }

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

background-color css

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

 a { background-color: rgb(127,81,75); }

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

border-color css

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

 span { border-color: rgb(127,81,75); }

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