Html Css Color HEX #937376 Turkish Rose

📋 copy color: '#937376'

red 147 ◦ green 115 ◦ blue 118

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

Shades of Turkish Rose #937376

Tints of Turkish Rose #937376

RGB

 RED value IS 147 (57.81% from 255) = 38.68%

 GREEN value IS 115 (45.31% from 255) = 30.26%

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 38.68%
G = 30.26%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#937376 (or 0x937376) is known color: Turkish Rose. HEX triplet: 93, 73 and 76. RGB value is (147,115,118). Sum of RGB (Red+Green+Blue) = 147+115+118=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 147 - color contains mainly: red. Hex color #937376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937376 is #6C8C89. Grayscale: #7C7C7C. Windows color (decimal): -7113866 or 7762835. OLE color: 7762835.

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

Color convert

RGB 147 115 118 -
CMYK 0 0.22 0.20 0.42
HSL 354.38º 0.13% 0.51% -
HSV(B) 354.38º 0.22% 0.58% -
XYZ 21.43 19.77 19.83 -
YUV 124.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 147 115 118 0 0.22 0.20 0.42 354.38 0.13 0.51
Hex 93 73 76 0 16 14 2A 162 D 33
Octal 223 163 166 0 26 24 52 542 15 63
Binary 10010011 1110011 1110110 0 10110 10100 101010 101100010 1101 110011

Color Harmonies of #937376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937376

Black with #937376

Text Example


Text Example

White with #937376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937376; }

 p { color: rgb(147,115,118); }

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

background-color css

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

 a { background-color: rgb(147,115,118); }

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

border-color css

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

 span { border-color: rgb(147,115,118); }

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