Html Css Color HEX #927A7C Turkish Rose

📋 copy color: '#927A7C'

red 146 ◦ green 122 ◦ blue 124

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

Shades of Turkish Rose #927A7C

Tints of Turkish Rose #927A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.12%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 37.24%
G = 31.12%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#927A7C (or 0x927A7C) is known color: Turkish Rose. HEX triplet: 92, 7A and 7C. RGB value is (146,122,124). Sum of RGB (Red+Green+Blue) = 146+122+124=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #927A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A7C is #6D8583. Grayscale: #818181. Windows color (decimal): -7177604 or 8157842. OLE color: 8157842.

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

Color convert

RGB 146 122 124 -
CMYK 0 0.16 0.15 0.43
HSL 355º 0.1% 0.53% -
HSV(B) 355º 0.16% 0.57% -
XYZ 22.45 21.49 22.03 -
YUV 129.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 146 122 124 0 0.16 0.15 0.43 355 0.1 0.53
Hex 92 7A 7C 0 10 F 2B 163 A 35
Octal 222 172 174 0 20 17 53 543 12 65
Binary 10010010 1111010 1111100 0 10000 1111 101011 101100011 1010 110101

Color Harmonies of #927A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927A7C

Black with #927A7C

Text Example


Text Example

White with #927A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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