Html Css Color HEX #9B7278 Turkish Rose

📋 copy color: '#9B7278'

red 155 ◦ green 114 ◦ blue 120

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

Shades of Turkish Rose #9B7278

Tints of Turkish Rose #9B7278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

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

R = 39.85%
G = 29.31%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B7278 (or 0x9B7278) is known color: Turkish Rose. HEX triplet: 9B, 72 and 78. RGB value is (155,114,120). Sum of RGB (Red+Green+Blue) = 155+114+120=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7278 is #648D87. Grayscale: #7E7E7E. Windows color (decimal): -6589832 or 7893659. OLE color: 7893659.

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

Color convert

RGB 155 114 120 -
CMYK 0 0.26 0.23 0.39
HSL 351.22º 0.17% 0.53% -
HSV(B) 351.22º 0.26% 0.61% -
XYZ 22.93 20.36 20.49 -
YUV 126.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 155 114 120 0 0.26 0.23 0.39 351.22 0.17 0.53
Hex 9B 72 78 0 1A 17 27 15F 11 35
Octal 233 162 170 0 32 27 47 537 21 65
Binary 10011011 1110010 1111000 0 11010 10111 100111 101011111 10001 110101

Color Harmonies of #9B7278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7278

Black with #9B7278

Text Example


Text Example

White with #9B7278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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