Html Css Color HEX #7F7984 Topaz

📋 copy color: '#7F7984'

red 127 ◦ green 121 ◦ blue 132

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

Shades of Topaz #7F7984

Tints of Topaz #7F7984

RGB

 RED value IS 127 (50% from 255) = 33.42%

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

 BLUE value IS 132 (51.95% from 255) = 34.74%

R = 33.42%
G = 31.84%
B = 34.74%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7F7984 (or 0x7F7984) is known color: Topaz. HEX triplet: 7F, 79 and 84. RGB value is (127,121,132). Sum of RGB (Red+Green+Blue) = 127+121+132=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F7984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7984 is #80867B. Grayscale: #7C7C7C. Windows color (decimal): -8423036 or 8681855. OLE color: 8681855.

HSL color Cylindrical-coordinate representation of color #7F7984: hue angle of 272.73º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F7984 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 121 132 -
CMYK 0.04 0.08 0 0.48
HSL 272.73º 0.04% 0.5% -
HSV(B) 272.73º 0.08% 0.52% -
XYZ 19.75 19.85 24.62 -
YUV 124.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 127 121 132 0.04 0.08 0 0.48 272.73 0.04 0.5
Hex 7F 79 84 4 8 0 30 111 4 32
Octal 177 171 204 4 10 0 60 421 4 62
Binary 1111111 1111001 10000100 100 1000 0 110000 100010001 100 110010

Color Harmonies of #7F7984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7984

Black with #7F7984

Text Example


Text Example

White with #7F7984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7984; }

 p { color: rgb(127,121,132); }

 H1.HeaderClassName
 {
   color: #7F7984;
 }
 .AnyTagClassName
 {
   color: #7F7984;
 }
</style>

background-color css

<style>
 a { background-color: #7F7984; }

 a { background-color: rgb(127,121,132); }

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

border-color css

<style>
 span { border-color: #7F7984; }

 span { border-color: rgb(127,121,132); }

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