Html Css Color HEX #937374 Turkish Rose

📋 copy color: '#937374'

red 147 ◦ green 115 ◦ blue 116

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

Shades of Turkish Rose #937374

Tints of Turkish Rose #937374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 38.89%
G = 30.42%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#937374 (or 0x937374) is known color: Turkish Rose. HEX triplet: 93, 73 and 74. RGB value is (147,115,116). Sum of RGB (Red+Green+Blue) = 147+115+116=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #937374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937374 is #6C8C8B. Grayscale: #7C7C7C. Windows color (decimal): -7113868 or 7631763. OLE color: 7631763.

HSL color Cylindrical-coordinate representation of color #937374: hue angle of 358.12º 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 #937374 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 115 116 -
CMYK 0 0.22 0.21 0.42
HSL 358.13º 0.13% 0.51% -
HSV(B) 358.13º 0.22% 0.58% -
XYZ 21.32 19.73 19.21 -
YUV 124.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 147 115 116 0 0.22 0.21 0.42 358.13 0.13 0.51
Hex 93 73 74 0 16 15 2A 166 D 33
Octal 223 163 164 0 26 25 52 546 15 63
Binary 10010011 1110011 1110100 0 10110 10101 101010 101100110 1101 110011

Color Harmonies of #937374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937374

Black with #937374

Text Example


Text Example

White with #937374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937374; }

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

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

background-color css

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

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

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

border-color css

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

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

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