Html Css Color HEX #7F705B Cement

📋 copy color: '#7F705B'

red 127 ◦ green 112 ◦ blue 91

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

Shades of Cement #7F705B

Tints of Cement #7F705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.94%

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 38.48%
G = 33.94%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F705B (or 0x7F705B) is known color: Cement. HEX triplet: 7F, 70 and 5B. RGB value is (127,112,91). Sum of RGB (Red+Green+Blue) = 127+112+91=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 127 - color contains mainly: red. Hex color #7F705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F705B is #808FA4. Grayscale: #727272. Windows color (decimal): -8425381 or 5992575. OLE color: 5992575.

HSL color Cylindrical-coordinate representation of color #7F705B: hue angle of 35º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F705B is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 112 91 -
CMYK 0 0.12 0.28 0.50
HSL 35º 0.17% 0.43% -
HSV(B) 35º 0.28% 0.5% -
XYZ 16.43 16.86 12.28 -
YUV 114.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 127 112 91 0 0.12 0.28 0.50 35 0.17 0.43
Hex 7F 70 5B 0 C 1C 32 23 11 2B
Octal 177 160 133 0 14 34 62 43 21 53
Binary 1111111 1110000 1011011 0 1100 11100 110010 100011 10001 101011

Color Harmonies of #7F705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F705B

Black with #7F705B

Text Example


Text Example

White with #7F705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,112,91); }

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

background-color css

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

 a { background-color: rgb(127,112,91); }

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

border-color css

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

 span { border-color: rgb(127,112,91); }

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