Html Css Color HEX #98707A Turkish Rose

📋 copy color: '#98707A'

red 152 ◦ green 112 ◦ blue 122

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

Shades of Turkish Rose #98707A

Tints of Turkish Rose #98707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

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

R = 39.38%
G = 29.02%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98707A (or 0x98707A) is known color: Turkish Rose. HEX triplet: 98, 70 and 7A. RGB value is (152,112,122). Sum of RGB (Red+Green+Blue) = 152+112+122=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #98707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98707A is #678F85. Grayscale: #7D7D7D. Windows color (decimal): -6786950 or 8024216. OLE color: 8024216.

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

Color convert

RGB 152 112 122 -
CMYK 0 0.26 0.20 0.40
HSL 345º 0.16% 0.52% -
HSV(B) 345º 0.26% 0.6% -
XYZ 22.26 19.67 21.04 -
YUV 125.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 152 112 122 0 0.26 0.20 0.40 345 0.16 0.52
Hex 98 70 7A 0 1A 14 28 159 10 34
Octal 230 160 172 0 32 24 50 531 20 64
Binary 10011000 1110000 1111010 0 11010 10100 101000 101011001 10000 110100

Color Harmonies of #98707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98707A

Black with #98707A

Text Example


Text Example

White with #98707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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