Html Css Color HEX #9B7C7D Turkish Rose

📋 copy color: '#9B7C7D'

red 155 ◦ green 124 ◦ blue 125

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

Shades of Turkish Rose #9B7C7D

Tints of Turkish Rose #9B7C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.69%

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

R = 38.37%
G = 30.69%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B7C7D (or 0x9B7C7D) is known color: Turkish Rose. HEX triplet: 9B, 7C and 7D. RGB value is (155,124,125). Sum of RGB (Red+Green+Blue) = 155+124+125=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C7D is #648382. Grayscale: #858585. Windows color (decimal): -6587267 or 8223899. OLE color: 8223899.

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

Color convert

RGB 155 124 125 -
CMYK 0 0.2 0.19 0.39
HSL 358.06º 0.13% 0.55% -
HSV(B) 358.06º 0.2% 0.61% -
XYZ 24.43 22.86 22.53 -
YUV 133.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 155 124 125 0 0.2 0.19 0.39 358.06 0.13 0.55
Hex 9B 7C 7D 0 14 13 27 166 D 37
Octal 233 174 175 0 24 23 47 546 15 67
Binary 10011011 1111100 1111101 0 10100 10011 100111 101100110 1101 110111

Color Harmonies of #9B7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C7D

Black with #9B7C7D

Text Example


Text Example

White with #9B7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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