Html Css Color HEX #93787B Turkish Rose

📋 copy color: '#93787B'

red 147 ◦ green 120 ◦ blue 123

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

Shades of Turkish Rose #93787B

Tints of Turkish Rose #93787B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.77%

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 37.69%
G = 30.77%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93787B (or 0x93787B) is known color: Turkish Rose. HEX triplet: 93, 78 and 7B. RGB value is (147,120,123). Sum of RGB (Red+Green+Blue) = 147+120+123=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #93787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93787B is #6C8784. Grayscale: #808080. Windows color (decimal): -7112581 or 8091795. OLE color: 8091795.

HSL color Cylindrical-coordinate representation of color #93787B: hue angle of 353.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93787B is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 120 123 -
CMYK 0 0.18 0.16 0.42
HSL 353.33º 0.11% 0.52% -
HSV(B) 353.33º 0.18% 0.58% -
XYZ 22.32 21.07 21.63 -
YUV 128.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 147 120 123 0 0.18 0.16 0.42 353.33 0.11 0.52
Hex 93 78 7B 0 12 10 2A 161 B 34
Octal 223 170 173 0 22 20 52 541 13 64
Binary 10010011 1111000 1111011 0 10010 10000 101010 101100001 1011 110100

Color Harmonies of #93787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93787B

Black with #93787B

Text Example


Text Example

White with #93787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93787B; }

 p { color: rgb(147,120,123); }

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

background-color css

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

 a { background-color: rgb(147,120,123); }

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

border-color css

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

 span { border-color: rgb(147,120,123); }

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