Html Css Color HEX #98727A Turkish Rose

📋 copy color: '#98727A'

red 152 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #98727A

Tints of Turkish Rose #98727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.38%

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

R = 39.18%
G = 29.38%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98727A (or 0x98727A) is known color: Turkish Rose. HEX triplet: 98, 72 and 7A. RGB value is (152,114,122). Sum of RGB (Red+Green+Blue) = 152+114+122=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #98727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98727A is #678D85. Grayscale: #7E7E7E. Windows color (decimal): -6786438 or 8024728. OLE color: 8024728.

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

Color convert

RGB 152 114 122 -
CMYK 0 0.25 0.20 0.40
HSL 347.37º 0.16% 0.52% -
HSV(B) 347.37º 0.25% 0.6% -
XYZ 22.48 20.12 21.11 -
YUV 126.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 152 114 122 0 0.25 0.20 0.40 347.37 0.16 0.52
Hex 98 72 7A 0 19 14 28 15B 10 34
Octal 230 162 172 0 31 24 50 533 20 64
Binary 10011000 1110010 1111010 0 11001 10100 101000 101011011 10000 110100

Color Harmonies of #98727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98727A

Black with #98727A

Text Example


Text Example

White with #98727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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