Html Css Color HEX #98797A Turkish Rose

📋 copy color: '#98797A'

red 152 ◦ green 121 ◦ blue 122

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

Shades of Turkish Rose #98797A

Tints of Turkish Rose #98797A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.63%

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

R = 38.48%
G = 30.63%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98797A (or 0x98797A) is known color: Turkish Rose. HEX triplet: 98, 79 and 7A. RGB value is (152,121,122). Sum of RGB (Red+Green+Blue) = 152+121+122=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #98797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98797A is #678685. Grayscale: #828282. Windows color (decimal): -6784646 or 8026520. OLE color: 8026520.

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

Color convert

RGB 152 121 122 -
CMYK 0 0.20 0.20 0.40
HSL 358.06º 0.13% 0.54% -
HSV(B) 358.06º 0.2% 0.6% -
XYZ 23.3 21.76 21.38 -
YUV 130.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 152 121 122 0 0.20 0.20 0.40 358.06 0.13 0.54
Hex 98 79 7A 0 14 14 28 166 D 36
Octal 230 171 172 0 24 24 50 546 15 66
Binary 10011000 1111001 1111010 0 10100 10100 101000 101100110 1101 110110

Color Harmonies of #98797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98797A

Black with #98797A

Text Example


Text Example

White with #98797A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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