Html Css Color HEX #937276 Turkish Rose

📋 copy color: '#937276'

red 147 ◦ green 114 ◦ blue 118

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

Shades of Turkish Rose #937276

Tints of Turkish Rose #937276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.08%

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

R = 38.79%
G = 30.08%
B = 31.13%

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

#937276 (or 0x937276) is known color: Turkish Rose. HEX triplet: 93, 72 and 76. RGB value is (147,114,118). Sum of RGB (Red+Green+Blue) = 147+114+118=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #937276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937276 is #6C8D89. Grayscale: #7C7C7C. Windows color (decimal): -7114122 or 7762579. OLE color: 7762579.

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

Color convert

RGB 147 114 118 -
CMYK 0 0.22 0.20 0.42
HSL 352.73º 0.13% 0.51% -
HSV(B) 352.73º 0.22% 0.58% -
XYZ 21.32 19.55 19.79 -
YUV 124.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 147 114 118 0 0.22 0.20 0.42 352.73 0.13 0.51
Hex 93 72 76 0 16 14 2A 161 D 33
Octal 223 162 166 0 26 24 52 541 15 63
Binary 10010011 1110010 1110110 0 10110 10100 101010 101100001 1101 110011

Color Harmonies of #937276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937276

Black with #937276

Text Example


Text Example

White with #937276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937276; }

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

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

background-color css

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

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

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

border-color css

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

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

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