Html Css Color HEX #927C7D Turkish Rose

📋 copy color: '#927C7D'

red 146 ◦ green 124 ◦ blue 125

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

Shades of Turkish Rose #927C7D

Tints of Turkish Rose #927C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.39%

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 36.96%
G = 31.39%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#927C7D (or 0x927C7D) is known color: Turkish Rose. HEX triplet: 92, 7C and 7D. RGB value is (146,124,125). Sum of RGB (Red+Green+Blue) = 146+124+125=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #927C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C7D is #6D8382. Grayscale: #828282. Windows color (decimal): -7177091 or 8223890. OLE color: 8223890.

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

Color convert

RGB 146 124 125 -
CMYK 0 0.15 0.14 0.43
HSL 357.27º 0.09% 0.53% -
HSV(B) 357.27º 0.15% 0.57% -
XYZ 22.76 22.01 22.45 -
YUV 130.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 146 124 125 0 0.15 0.14 0.43 357.27 0.09 0.53
Hex 92 7C 7D 0 F E 2B 165 9 35
Octal 222 174 175 0 17 16 53 545 11 65
Binary 10010010 1111100 1111101 0 1111 1110 101011 101100101 1001 110101

Color Harmonies of #927C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927C7D

Black with #927C7D

Text Example


Text Example

White with #927C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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