Html Css Color HEX #9A7B7E Turkish Rose

📋 copy color: '#9A7B7E'

red 154 ◦ green 123 ◦ blue 126

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

Shades of Turkish Rose #9A7B7E

Tints of Turkish Rose #9A7B7E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 38.21%
G = 30.52%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A7B7E (or 0x9A7B7E) is known color: Turkish Rose. HEX triplet: 9A, 7B and 7E. RGB value is (154,123,126). Sum of RGB (Red+Green+Blue) = 154+123+126=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7B7E is #658481. Grayscale: #848484. Windows color (decimal): -6653058 or 8289178. OLE color: 8289178.

HSL color Cylindrical-coordinate representation of color #9A7B7E: hue angle of 354.19º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A7B7E is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 123 126 -
CMYK 0 0.20 0.18 0.40
HSL 354.19º 0.13% 0.54% -
HSV(B) 354.19º 0.2% 0.6% -
XYZ 24.18 22.54 22.82 -
YUV 132.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 154 123 126 0 0.20 0.18 0.40 354.19 0.13 0.54
Hex 9A 7B 7E 0 14 12 28 162 D 36
Octal 232 173 176 0 24 22 50 542 15 66
Binary 10011010 1111011 1111110 0 10100 10010 101000 101100010 1101 110110

Color Harmonies of #9A7B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7B7E

Black with #9A7B7E

Text Example


Text Example

White with #9A7B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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