Html Css Color HEX #983E77 Rouge

📋 copy color: '#983E77'

red 152 ◦ green 62 ◦ blue 119

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

Shades of Rouge #983E77

Tints of Rouge #983E77

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.62%

 BLUE value IS 119 (46.88% from 255) = 35.74%

R = 45.65%
G = 18.62%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#983E77 (or 0x983E77) is known color: Rouge. HEX triplet: 98, 3E and 77. RGB value is (152,62,119). Sum of RGB (Red+Green+Blue) = 152+62+119=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #983E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983E77 is #67C188. Grayscale: #5F5F5F. Windows color (decimal): -6799753 or 7814808. OLE color: 7814808.

HSL color Cylindrical-coordinate representation of color #983E77: hue angle of 322º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983E77 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 62 119 -
CMYK 0 0.59 0.22 0.40
HSL 322º 0.42% 0.42% -
HSV(B) 322º 0.59% 0.6% -
XYZ 18 11.45 18.71 -
YUV 95.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 152 62 119 0 0.59 0.22 0.40 322 0.42 0.42
Hex 98 3E 77 0 3B 16 28 142 2A 2A
Octal 230 76 167 0 73 26 50 502 52 52
Binary 10011000 111110 1110111 0 111011 10110 101000 101000010 101010 101010

Color Harmonies of #983E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983E77

Black with #983E77

Text Example


Text Example

White with #983E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983E77; }

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

 H1.HeaderClassName
 {
   color: #983E77;
 }
 .AnyTagClassName
 {
   color: #983E77;
 }
</style>

background-color css

<style>
 a { background-color: #983E77; }

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

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

border-color css

<style>
 span { border-color: #983E77; }

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

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