Html Css Color HEX #927B7C Turkish Rose

📋 copy color: '#927B7C'

red 146 ◦ green 123 ◦ blue 124

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

Shades of Turkish Rose #927B7C

Tints of Turkish Rose #927B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.3%

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

R = 37.15%
G = 31.3%
B = 31.55%

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

#927B7C (or 0x927B7C) is known color: Turkish Rose. HEX triplet: 92, 7B and 7C. RGB value is (146,123,124). Sum of RGB (Red+Green+Blue) = 146+123+124=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 146 - color contains mainly: red. Hex color #927B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B7C is #6D8483. Grayscale: #828282. Windows color (decimal): -7177348 or 8158098. OLE color: 8158098.

HSL color Cylindrical-coordinate representation of color #927B7C: hue angle of 357.39º 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 #927B7C is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 123 124 -
CMYK 0 0.16 0.15 0.43
HSL 357.39º 0.1% 0.53% -
HSV(B) 357.39º 0.16% 0.57% -
XYZ 22.58 21.73 22.07 -
YUV 129.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 146 123 124 0 0.16 0.15 0.43 357.39 0.1 0.53
Hex 92 7B 7C 0 10 F 2B 165 A 35
Octal 222 173 174 0 20 17 53 545 12 65
Binary 10010010 1111011 1111100 0 10000 1111 101011 101100101 1010 110101

Color Harmonies of #927B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927B7C

Black with #927B7C

Text Example


Text Example

White with #927B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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