Html Css Color HEX #98767B Turkish Rose

📋 copy color: '#98767B'

red 152 ◦ green 118 ◦ blue 123

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

Shades of Turkish Rose #98767B

Tints of Turkish Rose #98767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.03%

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

R = 38.68%
G = 30.03%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98767B (or 0x98767B) is known color: Turkish Rose. HEX triplet: 98, 76 and 7B. RGB value is (152,118,123). Sum of RGB (Red+Green+Blue) = 152+118+123=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98767B is #678984. Grayscale: #808080. Windows color (decimal): -6785413 or 8091288. OLE color: 8091288.

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

Color convert

RGB 152 118 123 -
CMYK 0 0.22 0.19 0.40
HSL 351.18º 0.14% 0.53% -
HSV(B) 351.18º 0.22% 0.6% -
XYZ 23 21.06 21.59 -
YUV 128.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 152 118 123 0 0.22 0.19 0.40 351.18 0.14 0.53
Hex 98 76 7B 0 16 13 28 15F E 35
Octal 230 166 173 0 26 23 50 537 16 65
Binary 10011000 1110110 1111011 0 10110 10011 101000 101011111 1110 110101

Color Harmonies of #98767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98767B

Black with #98767B

Text Example


Text Example

White with #98767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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