Html Css Color HEX #9A737B Turkish Rose

📋 copy color: '#9A737B'

red 154 ◦ green 115 ◦ blue 123

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

Shades of Turkish Rose #9A737B

Tints of Turkish Rose #9A737B

RGB

 RED value IS 154 (60.55% from 255) = 39.29%

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

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

R = 39.29%
G = 29.34%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#9A737B (or 0x9A737B) is known color: Turkish Rose. HEX triplet: 9A, 73 and 7B. RGB value is (154,115,123). Sum of RGB (Red+Green+Blue) = 154+115+123=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 154 - color contains mainly: red. Hex color #9A737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A737B is #658C84. Grayscale: #7F7F7F. Windows color (decimal): -6655109 or 8090522. OLE color: 8090522.

HSL color Cylindrical-coordinate representation of color #9A737B: hue angle of 347.69º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A737B is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 115 123 -
CMYK 0 0.25 0.20 0.40
HSL 347.69º 0.16% 0.53% -
HSV(B) 347.69º 0.25% 0.6% -
XYZ 23.03 20.56 21.49 -
YUV 127.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 154 115 123 0 0.25 0.20 0.40 347.69 0.16 0.53
Hex 9A 73 7B 0 19 14 28 15C 10 35
Octal 232 163 173 0 31 24 50 534 20 65
Binary 10011010 1110011 1111011 0 11001 10100 101000 101011100 10000 110101

Color Harmonies of #9A737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A737B

Black with #9A737B

Text Example


Text Example

White with #9A737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A737B; }

 p { color: rgb(154,115,123); }

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

background-color css

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

 a { background-color: rgb(154,115,123); }

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

border-color css

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

 span { border-color: rgb(154,115,123); }

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