Html Css Color HEX #9B797A Turkish Rose

📋 copy color: '#9B797A'

red 155 ◦ green 121 ◦ blue 122

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

Shades of Turkish Rose #9B797A

Tints of Turkish Rose #9B797A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 38.94%
G = 30.4%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B797A (or 0x9B797A) is known color: Turkish Rose. HEX triplet: 9B, 79 and 7A. RGB value is (155,121,122). Sum of RGB (Red+Green+Blue) = 155+121+122=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B797A is #648685. Grayscale: #838383. Windows color (decimal): -6588038 or 8026523. OLE color: 8026523.

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

Color convert

RGB 155 121 122 -
CMYK 0 0.22 0.21 0.39
HSL 358.24º 0.15% 0.54% -
HSV(B) 358.24º 0.22% 0.61% -
XYZ 23.87 22.05 21.41 -
YUV 131.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 155 121 122 0 0.22 0.21 0.39 358.24 0.15 0.54
Hex 9B 79 7A 0 16 15 27 166 F 36
Octal 233 171 172 0 26 25 47 546 17 66
Binary 10011011 1111001 1111010 0 10110 10101 100111 101100110 1111 110110

Color Harmonies of #9B797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B797A

Black with #9B797A

Text Example


Text Example

White with #9B797A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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