Html Css Color HEX #927175 Turkish Rose

📋 copy color: '#927175'

red 146 ◦ green 113 ◦ blue 117

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

Shades of Turkish Rose #927175

Tints of Turkish Rose #927175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.05%

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

R = 38.83%
G = 30.05%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#927175 (or 0x927175) is known color: Turkish Rose. HEX triplet: 92, 71 and 75. RGB value is (146,113,117). Sum of RGB (Red+Green+Blue) = 146+113+117=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #927175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927175 is #6D8E8A. Grayscale: #7B7B7B. Windows color (decimal): -7179915 or 7696786. OLE color: 7696786.

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

Color convert

RGB 146 113 117 -
CMYK 0 0.23 0.20 0.43
HSL 352.73º 0.13% 0.51% -
HSV(B) 352.73º 0.23% 0.57% -
XYZ 20.97 19.21 19.43 -
YUV 123.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 146 113 117 0 0.23 0.20 0.43 352.73 0.13 0.51
Hex 92 71 75 0 17 14 2B 161 D 33
Octal 222 161 165 0 27 24 53 541 15 63
Binary 10010010 1110001 1110101 0 10111 10100 101011 101100001 1101 110011

Color Harmonies of #927175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927175

Black with #927175

Text Example


Text Example

White with #927175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927175; }

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

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

background-color css

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

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

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

border-color css

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

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

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