Html Css Color HEX #9B7B7D Turkish Rose

📋 copy color: '#9B7B7D'

red 155 ◦ green 123 ◦ blue 125

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

Shades of Turkish Rose #9B7B7D

Tints of Turkish Rose #9B7B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 38.46%
G = 30.52%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B7B7D (or 0x9B7B7D) is known color: Turkish Rose. HEX triplet: 9B, 7B and 7D. RGB value is (155,123,125). Sum of RGB (Red+Green+Blue) = 155+123+125=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7B7D is #648482. Grayscale: #848484. Windows color (decimal): -6587523 or 8223643. OLE color: 8223643.

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

Color convert

RGB 155 123 125 -
CMYK 0 0.21 0.19 0.39
HSL 356.25º 0.14% 0.55% -
HSV(B) 356.25º 0.21% 0.61% -
XYZ 24.3 22.62 22.49 -
YUV 132.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 155 123 125 0 0.21 0.19 0.39 356.25 0.14 0.55
Hex 9B 7B 7D 0 15 13 27 164 E 37
Octal 233 173 175 0 25 23 47 544 16 67
Binary 10011011 1111011 1111101 0 10101 10011 100111 101100100 1110 110111

Color Harmonies of #9B7B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7B7D

Black with #9B7B7D

Text Example


Text Example

White with #9B7B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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