Html Css Color HEX #98757A Turkish Rose

📋 copy color: '#98757A'

red 152 ◦ green 117 ◦ blue 122

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

Shades of Turkish Rose #98757A

Tints of Turkish Rose #98757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.92%

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

R = 38.87%
G = 29.92%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98757A (or 0x98757A) is known color: Turkish Rose. HEX triplet: 98, 75 and 7A. RGB value is (152,117,122). Sum of RGB (Red+Green+Blue) = 152+117+122=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #98757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98757A is #678A85. Grayscale: #808080. Windows color (decimal): -6785670 or 8025496. OLE color: 8025496.

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

Color convert

RGB 152 117 122 -
CMYK 0 0.23 0.20 0.40
HSL 351.43º 0.15% 0.53% -
HSV(B) 351.43º 0.23% 0.6% -
XYZ 22.82 20.8 21.22 -
YUV 128.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 152 117 122 0 0.23 0.20 0.40 351.43 0.15 0.53
Hex 98 75 7A 0 17 14 28 15F F 35
Octal 230 165 172 0 27 24 50 537 17 65
Binary 10011000 1110101 1111010 0 10111 10100 101000 101011111 1111 110101

Color Harmonies of #98757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98757A

Black with #98757A

Text Example


Text Example

White with #98757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98757A; }

 p { color: rgb(152,117,122); }

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

background-color css

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

 a { background-color: rgb(152,117,122); }

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

border-color css

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

 span { border-color: rgb(152,117,122); }

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