Html Css Color HEX #9F7B7F Turkish Rose

📋 copy color: '#9F7B7F'

red 159 ◦ green 123 ◦ blue 127

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

Shades of Turkish Rose #9F7B7F

Tints of Turkish Rose #9F7B7F

RGB

 RED value IS 159 (62.5% from 255) = 38.88%

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

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

R = 38.88%
G = 30.07%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F7B7F (or 0x9F7B7F) is known color: Turkish Rose. HEX triplet: 9F, 7B and 7F. RGB value is (159,123,127). Sum of RGB (Red+Green+Blue) = 159+123+127=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7B7F is #608480. Grayscale: #868686. Windows color (decimal): -6325377 or 8354719. OLE color: 8354719.

HSL color Cylindrical-coordinate representation of color #9F7B7F: hue angle of 353.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F7B7F is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 123 127 -
CMYK 0 0.23 0.20 0.38
HSL 353.33º 0.16% 0.55% -
HSV(B) 353.33º 0.23% 0.62% -
XYZ 25.21 23.07 23.2 -
YUV 134.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 159 123 127 0 0.23 0.20 0.38 353.33 0.16 0.55
Hex 9F 7B 7F 0 17 14 26 161 10 37
Octal 237 173 177 0 27 24 46 541 20 67
Binary 10011111 1111011 1111111 0 10111 10100 100110 101100001 10000 110111

Color Harmonies of #9F7B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7B7F

Black with #9F7B7F

Text Example


Text Example

White with #9F7B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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