Html Css Color HEX #9A7B7F Turkish Rose

📋 copy color: '#9A7B7F'

red 154 ◦ green 123 ◦ blue 127

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

Shades of Turkish Rose #9A7B7F

Tints of Turkish Rose #9A7B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.44%

R = 38.12%
G = 30.45%
B = 31.44%

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

#9A7B7F (or 0x9A7B7F) is known color: Turkish Rose. HEX triplet: 9A, 7B and 7F. RGB value is (154,123,127). Sum of RGB (Red+Green+Blue) = 154+123+127=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7B7F is #658480. Grayscale: #848484. Windows color (decimal): -6653057 or 8354714. OLE color: 8354714.

HSL color Cylindrical-coordinate representation of color #9A7B7F: hue angle of 352.26º 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 #9A7B7F is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 123 127 -
CMYK 0 0.20 0.18 0.40
HSL 352.26º 0.13% 0.54% -
HSV(B) 352.26º 0.2% 0.6% -
XYZ 24.24 22.57 23.16 -
YUV 132.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 154 123 127 0 0.20 0.18 0.40 352.26 0.13 0.54
Hex 9A 7B 7F 0 14 12 28 160 D 36
Octal 232 173 177 0 24 22 50 540 15 66
Binary 10011010 1111011 1111111 0 10100 10010 101000 101100000 1101 110110

Color Harmonies of #9A7B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7B7F

Black with #9A7B7F

Text Example


Text Example

White with #9A7B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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