Html Css Color HEX #9A7A7E Turkish Rose

📋 copy color: '#9A7A7E'

red 154 ◦ green 122 ◦ blue 126

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

Shades of Turkish Rose #9A7A7E

Tints of Turkish Rose #9A7A7E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.35%

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

R = 38.31%
G = 30.35%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A7A7E (or 0x9A7A7E) is known color: Turkish Rose. HEX triplet: 9A, 7A and 7E. RGB value is (154,122,126). Sum of RGB (Red+Green+Blue) = 154+122+126=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7A7E is #658581. Grayscale: #848484. Windows color (decimal): -6653314 or 8288922. OLE color: 8288922.

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

Color convert

RGB 154 122 126 -
CMYK 0 0.21 0.18 0.40
HSL 352.5º 0.14% 0.54% -
HSV(B) 352.5º 0.21% 0.6% -
XYZ 24.05 22.3 22.77 -
YUV 132.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 154 122 126 0 0.21 0.18 0.40 352.5 0.14 0.54
Hex 9A 7A 7E 0 15 12 28 160 E 36
Octal 232 172 176 0 25 22 50 540 16 66
Binary 10011010 1111010 1111110 0 10101 10010 101000 101100000 1110 110110

Color Harmonies of #9A7A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7A7E

Black with #9A7A7E

Text Example


Text Example

White with #9A7A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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