Html Css Color HEX #7F715D Cement

📋 copy color: '#7F715D'

red 127 ◦ green 113 ◦ blue 93

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

Shades of Cement #7F715D

Tints of Cement #7F715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 38.14%
G = 33.93%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#7F715D (or 0x7F715D) is known color: Cement. HEX triplet: 7F, 71 and 5D. RGB value is (127,113,93). Sum of RGB (Red+Green+Blue) = 127+113+93=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 127 - color contains mainly: red. Hex color #7F715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F715D is #808EA2. Grayscale: #737373. Windows color (decimal): -8425123 or 6123903. OLE color: 6123903.

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

Color convert

RGB 127 113 93 -
CMYK 0 0.11 0.27 0.50
HSL 35.29º 0.15% 0.43% -
HSV(B) 35.29º 0.27% 0.5% -
XYZ 16.63 17.11 12.78 -
YUV 114.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 127 113 93 0 0.11 0.27 0.50 35.29 0.15 0.43
Hex 7F 71 5D 0 B 1B 32 23 F 2B
Octal 177 161 135 0 13 33 62 43 17 53
Binary 1111111 1110001 1011101 0 1011 11011 110010 100011 1111 101011

Color Harmonies of #7F715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F715D

Black with #7F715D

Text Example


Text Example

White with #7F715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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