Html Css Color HEX #9B7B7C Turkish Rose

📋 copy color: '#9B7B7C'

red 155 ◦ green 123 ◦ blue 124

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

Shades of Turkish Rose #9B7B7C

Tints of Turkish Rose #9B7B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 38.56%
G = 30.6%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B7B7C (or 0x9B7B7C) is known color: Turkish Rose. HEX triplet: 9B, 7B and 7C. RGB value is (155,123,124). Sum of RGB (Red+Green+Blue) = 155+123+124=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7B7C is #648483. Grayscale: #848484. Windows color (decimal): -6587524 or 8158107. OLE color: 8158107.

HSL color Cylindrical-coordinate representation of color #9B7B7C: hue angle of 358.12º 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 #9B7B7C is Cyan = 0, Magento = 0.21, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 123 124 -
CMYK 0 0.21 0.2 0.39
HSL 358.13º 0.14% 0.55% -
HSV(B) 358.13º 0.21% 0.61% -
XYZ 24.24 22.59 22.15 -
YUV 132.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 155 123 124 0 0.21 0.2 0.39 358.13 0.14 0.55
Hex 9B 7B 7C 0 15 14 27 166 E 37
Octal 233 173 174 0 25 24 47 546 16 67
Binary 10011011 1111011 1111100 0 10101 10100 100111 101100110 1110 110111

Color Harmonies of #9B7B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7B7C

Black with #9B7B7C

Text Example


Text Example

White with #9B7B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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