Html Css Color HEX #9D6B77 Turkish Rose

📋 copy color: '#9D6B77'

red 157 ◦ green 107 ◦ blue 119

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

Shades of Turkish Rose #9D6B77

Tints of Turkish Rose #9D6B77

RGB

 RED value IS 157 (61.72% from 255) = 40.99%

 GREEN value IS 107 (42.19% from 255) = 27.94%

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 40.99%
G = 27.94%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9D6B77 (or 0x9D6B77) is known color: Turkish Rose. HEX triplet: 9D, 6B and 77. RGB value is (157,107,119). Sum of RGB (Red+Green+Blue) = 157+107+119=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6B77 is #629488. Grayscale: #7B7B7B. Windows color (decimal): -6460553 or 7826333. OLE color: 7826333.

HSL color Cylindrical-coordinate representation of color #9D6B77: hue angle of 345.6º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D6B77 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 107 119 -
CMYK 0 0.32 0.24 0.38
HSL 345.6º 0.2% 0.52% -
HSV(B) 345.6º 0.32% 0.62% -
XYZ 22.49 19.02 19.94 -
YUV 123.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 157 107 119 0 0.32 0.24 0.38 345.6 0.2 0.52
Hex 9D 6B 77 0 20 18 26 15A 14 34
Octal 235 153 167 0 40 30 46 532 24 64
Binary 10011101 1101011 1110111 0 100000 11000 100110 101011010 10100 110100

Color Harmonies of #9D6B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6B77

Black with #9D6B77

Text Example


Text Example

White with #9D6B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,107,119); }

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

background-color css

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

 a { background-color: rgb(157,107,119); }

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

border-color css

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

 span { border-color: rgb(157,107,119); }

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