Html Css Color HEX #927475 Turkish Rose

📋 copy color: '#927475'

red 146 ◦ green 116 ◦ blue 117

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

Shades of Turkish Rose #927475

Tints of Turkish Rose #927475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 38.52%
G = 30.61%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#927475 (or 0x927475) is known color: Turkish Rose. HEX triplet: 92, 74 and 75. RGB value is (146,116,117). Sum of RGB (Red+Green+Blue) = 146+116+117=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #927475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927475 is #6D8B8A. Grayscale: #7D7D7D. Windows color (decimal): -7179147 or 7697554. OLE color: 7697554.

HSL color Cylindrical-coordinate representation of color #927475: hue angle of 358º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #927475 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 116 117 -
CMYK 0 0.21 0.20 0.43
HSL 358º 0.12% 0.51% -
HSV(B) 358º 0.21% 0.57% -
XYZ 21.31 19.89 19.54 -
YUV 125.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 146 116 117 0 0.21 0.20 0.43 358 0.12 0.51
Hex 92 74 75 0 15 14 2B 166 C 33
Octal 222 164 165 0 25 24 53 546 14 63
Binary 10010010 1110100 1110101 0 10101 10100 101011 101100110 1100 110011

Color Harmonies of #927475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927475

Black with #927475

Text Example


Text Example

White with #927475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927475; }

 p { color: rgb(146,116,117); }

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

background-color css

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

 a { background-color: rgb(146,116,117); }

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

border-color css

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

 span { border-color: rgb(146,116,117); }

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