Html Css Color HEX #937375 Turkish Rose

📋 copy color: '#937375'

red 147 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #937375

Tints of Turkish Rose #937375

RGB

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

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

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

R = 38.79%
G = 30.34%
B = 30.87%

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

#937375 (or 0x937375) is known color: Turkish Rose. HEX triplet: 93, 73 and 75. RGB value is (147,115,117). Sum of RGB (Red+Green+Blue) = 147+115+117=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #937375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937375 is #6C8C8A. Grayscale: #7C7C7C. Windows color (decimal): -7113867 or 7697299. OLE color: 7697299.

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

Color convert

RGB 147 115 117 -
CMYK 0 0.22 0.20 0.42
HSL 356.25º 0.13% 0.51% -
HSV(B) 356.25º 0.22% 0.58% -
XYZ 21.37 19.75 19.51 -
YUV 124.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 147 115 117 0 0.22 0.20 0.42 356.25 0.13 0.51
Hex 93 73 75 0 16 14 2A 164 D 33
Octal 223 163 165 0 26 24 52 544 15 63
Binary 10010011 1110011 1110101 0 10110 10100 101010 101100100 1101 110011

Color Harmonies of #937375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937375

Black with #937375

Text Example


Text Example

White with #937375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937375; }

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

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

background-color css

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

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

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

border-color css

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

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

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