Html Css Color HEX #9B7D7E Turkish Rose

📋 copy color: '#9B7D7E'

red 155 ◦ green 125 ◦ blue 126

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

Shades of Turkish Rose #9B7D7E

Tints of Turkish Rose #9B7D7E

RGB

 RED value IS 155 (60.94% from 255) = 38.18%

 GREEN value IS 125 (49.22% from 255) = 30.79%

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

R = 38.18%
G = 30.79%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B7D7E (or 0x9B7D7E) is known color: Turkish Rose. HEX triplet: 9B, 7D and 7E. RGB value is (155,125,126). Sum of RGB (Red+Green+Blue) = 155+125+126=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7D7E is #648281. Grayscale: #868686. Windows color (decimal): -6587010 or 8289691. OLE color: 8289691.

HSL color Cylindrical-coordinate representation of color #9B7D7E: hue angle of 358º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B7D7E is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 125 126 -
CMYK 0 0.19 0.19 0.39
HSL 358º 0.13% 0.55% -
HSV(B) 358º 0.19% 0.61% -
XYZ 24.62 23.14 22.91 -
YUV 134.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 155 125 126 0 0.19 0.19 0.39 358 0.13 0.55
Hex 9B 7D 7E 0 13 13 27 166 D 37
Octal 233 175 176 0 23 23 47 546 15 67
Binary 10011011 1111101 1111110 0 10011 10011 100111 101100110 1101 110111

Color Harmonies of #9B7D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7D7E

Black with #9B7D7E

Text Example


Text Example

White with #9B7D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,125,126); }

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

background-color css

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

 a { background-color: rgb(155,125,126); }

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

border-color css

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

 span { border-color: rgb(155,125,126); }

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