Html Css Color HEX #7F7990 Topaz

📋 copy color: '#7F7990'

red 127 ◦ green 121 ◦ blue 144

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

Shades of Topaz #7F7990

Tints of Topaz #7F7990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.73%

R = 32.4%
G = 30.87%
B = 36.73%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7F7990 (or 0x7F7990) is known color: Topaz. HEX triplet: 7F, 79 and 90. RGB value is (127,121,144). Sum of RGB (Red+Green+Blue) = 127+121+144=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F7990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7990 is #80866F. Grayscale: #7D7D7D. Windows color (decimal): -8423024 or 9468287. OLE color: 9468287.

HSL color Cylindrical-coordinate representation of color #7F7990: hue angle of 255.65º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F7990 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 127 121 144 -
CMYK 0.12 0.16 0 0.44
HSL 255.65º 0.09% 0.52% -
HSV(B) 255.65º 0.16% 0.56% -
XYZ 20.62 20.2 29.2 -
YUV 125.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 127 121 144 0.12 0.16 0 0.44 255.65 0.09 0.52
Hex 7F 79 90 C 10 0 2C 100 9 34
Octal 177 171 220 14 20 0 54 400 11 64
Binary 1111111 1111001 10010000 1100 10000 0 101100 100000000 1001 110100

Color Harmonies of #7F7990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7990

Black with #7F7990

Text Example


Text Example

White with #7F7990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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