Html Css Color HEX #7F715B Cement

📋 copy color: '#7F715B'

red 127 ◦ green 113 ◦ blue 91

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

Shades of Cement #7F715B

Tints of Cement #7F715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.14%

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

R = 38.37%
G = 34.14%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F715B (or 0x7F715B) is known color: Cement. HEX triplet: 7F, 71 and 5B. RGB value is (127,113,91). Sum of RGB (Red+Green+Blue) = 127+113+91=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F715B is #808EA4. Grayscale: #727272. Windows color (decimal): -8425125 or 5992831. OLE color: 5992831.

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

Color convert

RGB 127 113 91 -
CMYK 0 0.11 0.28 0.50
HSL 36.67º 0.17% 0.43% -
HSV(B) 36.67º 0.28% 0.5% -
XYZ 16.55 17.08 12.32 -
YUV 114.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 127 113 91 0 0.11 0.28 0.50 36.67 0.17 0.43
Hex 7F 71 5B 0 B 1C 32 25 11 2B
Octal 177 161 133 0 13 34 62 45 21 53
Binary 1111111 1110001 1011011 0 1011 11100 110010 100101 10001 101011

Color Harmonies of #7F715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F715B

Black with #7F715B

Text Example


Text Example

White with #7F715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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