Html Css Color HEX #93777B Turkish Rose

📋 copy color: '#93777B'

red 147 ◦ green 119 ◦ blue 123

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

Shades of Turkish Rose #93777B

Tints of Turkish Rose #93777B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.59%

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

R = 37.79%
G = 30.59%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93777B (or 0x93777B) is known color: Turkish Rose. HEX triplet: 93, 77 and 7B. RGB value is (147,119,123). Sum of RGB (Red+Green+Blue) = 147+119+123=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #93777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93777B is #6C8884. Grayscale: #7F7F7F. Windows color (decimal): -7112837 or 8091539. OLE color: 8091539.

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

Color convert

RGB 147 119 123 -
CMYK 0 0.19 0.16 0.42
HSL 351.43º 0.11% 0.52% -
HSV(B) 351.43º 0.19% 0.58% -
XYZ 22.2 20.83 21.59 -
YUV 127.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 147 119 123 0 0.19 0.16 0.42 351.43 0.11 0.52
Hex 93 77 7B 0 13 10 2A 15F B 34
Octal 223 167 173 0 23 20 52 537 13 64
Binary 10010011 1110111 1111011 0 10011 10000 101010 101011111 1011 110100

Color Harmonies of #93777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93777B

Black with #93777B

Text Example


Text Example

White with #93777B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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