Html Css Color HEX #987779 Turkish Rose

📋 copy color: '#987779'

red 152 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #987779

Tints of Turkish Rose #987779

RGB

 RED value IS 152 (59.77% from 255) = 38.78%

 GREEN value IS 119 (46.88% from 255) = 30.36%

 BLUE value IS 121 (47.66% from 255) = 30.87%

R = 38.78%
G = 30.36%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#987779 (or 0x987779) is known color: Turkish Rose. HEX triplet: 98, 77 and 79. RGB value is (152,119,121). Sum of RGB (Red+Green+Blue) = 152+119+121=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #987779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987779 is #678886. Grayscale: #818181. Windows color (decimal): -6785159 or 7960472. OLE color: 7960472.

HSL color Cylindrical-coordinate representation of color #987779: hue angle of 356.36º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987779 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 119 121 -
CMYK 0 0.22 0.20 0.40
HSL 356.36º 0.14% 0.53% -
HSV(B) 356.36º 0.22% 0.6% -
XYZ 23 21.25 20.98 -
YUV 129.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 152 119 121 0 0.22 0.20 0.40 356.36 0.14 0.53
Hex 98 77 79 0 16 14 28 164 E 35
Octal 230 167 171 0 26 24 50 544 16 65
Binary 10011000 1110111 1111001 0 10110 10100 101000 101100100 1110 110101

Color Harmonies of #987779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987779

Black with #987779

Text Example


Text Example

White with #987779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987779; }

 p { color: rgb(152,119,121); }

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

background-color css

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

 a { background-color: rgb(152,119,121); }

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

border-color css

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

 span { border-color: rgb(152,119,121); }

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