Html Css Color HEX #98757B Turkish Rose

📋 copy color: '#98757B'

red 152 ◦ green 117 ◦ blue 123

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

Shades of Turkish Rose #98757B

Tints of Turkish Rose #98757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.38%

R = 38.78%
G = 29.85%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98757B (or 0x98757B) is known color: Turkish Rose. HEX triplet: 98, 75 and 7B. RGB value is (152,117,123). Sum of RGB (Red+Green+Blue) = 152+117+123=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #98757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98757B is #678A84. Grayscale: #808080. Windows color (decimal): -6785669 or 8091032. OLE color: 8091032.

HSL color Cylindrical-coordinate representation of color #98757B: hue angle of 349.71º 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 #98757B is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 117 123 -
CMYK 0 0.23 0.19 0.40
HSL 349.71º 0.15% 0.53% -
HSV(B) 349.71º 0.23% 0.6% -
XYZ 22.89 20.83 21.55 -
YUV 128.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 152 117 123 0 0.23 0.19 0.40 349.71 0.15 0.53
Hex 98 75 7B 0 17 13 28 15E F 35
Octal 230 165 173 0 27 23 50 536 17 65
Binary 10011000 1110101 1111011 0 10111 10011 101000 101011110 1111 110101

Color Harmonies of #98757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98757B

Black with #98757B

Text Example


Text Example

White with #98757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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