Html Css Color HEX #7F7592 Topaz

📋 copy color: '#7F7592'

red 127 ◦ green 117 ◦ blue 146

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

Shades of Topaz #7F7592

Tints of Topaz #7F7592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30%

 BLUE value IS 146 (57.42% from 255) = 37.44%

R = 32.56%
G = 30%
B = 37.44%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7F7592 (or 0x7F7592) is known color: Topaz. HEX triplet: 7F, 75 and 92. RGB value is (127,117,146). Sum of RGB (Red+Green+Blue) = 127+117+146=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F7592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7592 is #808A6D. Grayscale: #7B7B7B. Windows color (decimal): -8424046 or 9598335. OLE color: 9598335.

HSL color Cylindrical-coordinate representation of color #7F7592: hue angle of 260.69º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F7592 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 117 146 -
CMYK 0.13 0.20 0 0.43
HSL 260.69º 0.12% 0.52% -
HSV(B) 260.69º 0.2% 0.57% -
XYZ 20.3 19.31 29.85 -
YUV 123.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 127 117 146 0.13 0.20 0 0.43 260.69 0.12 0.52
Hex 7F 75 92 D 14 0 2B 105 C 34
Octal 177 165 222 15 24 0 53 405 14 64
Binary 1111111 1110101 10010010 1101 10100 0 101011 100000101 1100 110100

Color Harmonies of #7F7592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7592

Black with #7F7592

Text Example


Text Example

White with #7F7592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,117,146); }

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

background-color css

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

 a { background-color: rgb(127,117,146); }

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

border-color css

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

 span { border-color: rgb(127,117,146); }

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