Html Css Color HEX #927D7E Turkish Rose

📋 copy color: '#927D7E'

red 146 ◦ green 125 ◦ blue 126

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

Shades of Turkish Rose #927D7E

Tints of Turkish Rose #927D7E

RGB

 RED value IS 146 (57.42% from 255) = 36.78%

 GREEN value IS 125 (49.22% from 255) = 31.49%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 36.78%
G = 31.49%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#927D7E (or 0x927D7E) is known color: Turkish Rose. HEX triplet: 92, 7D and 7E. RGB value is (146,125,126). Sum of RGB (Red+Green+Blue) = 146+125+126=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #927D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D7E is #6D8281. Grayscale: #838383. Windows color (decimal): -7176834 or 8289682. OLE color: 8289682.

HSL color Cylindrical-coordinate representation of color #927D7E: hue angle of 357.14º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #927D7E is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 125 126 -
CMYK 0 0.14 0.14 0.43
HSL 357.14º 0.09% 0.53% -
HSV(B) 357.14º 0.14% 0.57% -
XYZ 22.95 22.28 22.83 -
YUV 131.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 146 125 126 0 0.14 0.14 0.43 357.14 0.09 0.53
Hex 92 7D 7E 0 E E 2B 165 9 35
Octal 222 175 176 0 16 16 53 545 11 65
Binary 10010010 1111101 1111110 0 1110 1110 101011 101100101 1001 110101

Color Harmonies of #927D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927D7E

Black with #927D7E

Text Example


Text Example

White with #927D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927D7E; }

 p { color: rgb(146,125,126); }

 H1.HeaderClassName
 {
   color: #927D7E;
 }
 .AnyTagClassName
 {
   color: #927D7E;
 }
</style>

background-color css

<style>
 a { background-color: #927D7E; }

 a { background-color: rgb(146,125,126); }

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

border-color css

<style>
 span { border-color: #927D7E; }

 span { border-color: rgb(146,125,126); }

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