Html Css Color HEX #9B7078 Turkish Rose

📋 copy color: '#9B7078'

red 155 ◦ green 112 ◦ blue 120

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

Shades of Turkish Rose #9B7078

Tints of Turkish Rose #9B7078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.94%

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 40.05%
G = 28.94%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B7078 (or 0x9B7078) is known color: Turkish Rose. HEX triplet: 9B, 70 and 78. RGB value is (155,112,120). Sum of RGB (Red+Green+Blue) = 155+112+120=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7078 is #648F87. Grayscale: #7D7D7D. Windows color (decimal): -6590344 or 7893147. OLE color: 7893147.

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

Color convert

RGB 155 112 120 -
CMYK 0 0.28 0.23 0.39
HSL 348.84º 0.18% 0.52% -
HSV(B) 348.84º 0.28% 0.61% -
XYZ 22.7 19.91 20.42 -
YUV 125.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 155 112 120 0 0.28 0.23 0.39 348.84 0.18 0.52
Hex 9B 70 78 0 1C 17 27 15D 12 34
Octal 233 160 170 0 34 27 47 535 22 64
Binary 10011011 1110000 1111000 0 11100 10111 100111 101011101 10010 110100

Color Harmonies of #9B7078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7078

Black with #9B7078

Text Example


Text Example

White with #9B7078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,112,120); }

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

background-color css

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

 a { background-color: rgb(155,112,120); }

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

border-color css

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

 span { border-color: rgb(155,112,120); }

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