Html Css Color HEX #9B7A7F Turkish Rose

📋 copy color: '#9B7A7F'

red 155 ◦ green 122 ◦ blue 127

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

Shades of Turkish Rose #9B7A7F

Tints of Turkish Rose #9B7A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.2%

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

R = 38.37%
G = 30.2%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B7A7F (or 0x9B7A7F) is known color: Turkish Rose. HEX triplet: 9B, 7A and 7F. RGB value is (155,122,127). Sum of RGB (Red+Green+Blue) = 155+122+127=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7A7F is #648580. Grayscale: #848484. Windows color (decimal): -6587777 or 8354459. OLE color: 8354459.

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

Color convert

RGB 155 122 127 -
CMYK 0 0.21 0.18 0.39
HSL 350.91º 0.14% 0.54% -
HSV(B) 350.91º 0.21% 0.61% -
XYZ 24.31 22.42 23.12 -
YUV 132.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 155 122 127 0 0.21 0.18 0.39 350.91 0.14 0.54
Hex 9B 7A 7F 0 15 12 27 15F E 36
Octal 233 172 177 0 25 22 47 537 16 66
Binary 10011011 1111010 1111111 0 10101 10010 100111 101011111 1110 110110

Color Harmonies of #9B7A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A7F

Black with #9B7A7F

Text Example


Text Example

White with #9B7A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,122,127); }

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

background-color css

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

 a { background-color: rgb(155,122,127); }

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

border-color css

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

 span { border-color: rgb(155,122,127); }

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