Html Css Color HEX #98777D Turkish Rose

📋 copy color: '#98777D'

red 152 ◦ green 119 ◦ blue 125

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

Shades of Turkish Rose #98777D

Tints of Turkish Rose #98777D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 38.38%
G = 30.05%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98777D (or 0x98777D) is known color: Turkish Rose. HEX triplet: 98, 77 and 7D. RGB value is (152,119,125). Sum of RGB (Red+Green+Blue) = 152+119+125=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #98777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98777D is #678882. Grayscale: #818181. Windows color (decimal): -6785155 or 8222616. OLE color: 8222616.

HSL color Cylindrical-coordinate representation of color #98777D: hue angle of 349.09º 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 #98777D is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 119 125 -
CMYK 0 0.22 0.18 0.40
HSL 349.09º 0.14% 0.53% -
HSV(B) 349.09º 0.22% 0.6% -
XYZ 23.25 21.35 22.3 -
YUV 129.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 152 119 125 0 0.22 0.18 0.40 349.09 0.14 0.53
Hex 98 77 7D 0 16 12 28 15D E 35
Octal 230 167 175 0 26 22 50 535 16 65
Binary 10011000 1110111 1111101 0 10110 10010 101000 101011101 1110 110101

Color Harmonies of #98777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98777D

Black with #98777D

Text Example


Text Example

White with #98777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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