Html Css Color HEX #7A7581 Topaz

📋 copy color: '#7A7581'

red 122 ◦ green 117 ◦ blue 129

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

Shades of Topaz #7A7581

Tints of Topaz #7A7581

RGB

 RED value IS 122 (48.05% from 255) = 33.15%

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

 BLUE value IS 129 (50.78% from 255) = 35.05%

R = 33.15%
G = 31.79%
B = 35.05%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A7581 (or 0x7A7581) is known color: Topaz. HEX triplet: 7A, 75 and 81. RGB value is (122,117,129). Sum of RGB (Red+Green+Blue) = 122+117+129=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 129 - color contains mainly: blue. Hex color #7A7581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7581 is #858A7E. Grayscale: #777777. Windows color (decimal): -8751743 or 8484218. OLE color: 8484218.

HSL color Cylindrical-coordinate representation of color #7A7581: hue angle of 265º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A7581 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 117 129 -
CMYK 0.05 0.09 0 0.49
HSL 265º 0.05% 0.48% -
HSV(B) 265º 0.09% 0.51% -
XYZ 18.35 18.45 23.36 -
YUV 119.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 122 117 129 0.05 0.09 0 0.49 265 0.05 0.48
Hex 7A 75 81 5 9 0 31 109 5 30
Octal 172 165 201 5 11 0 61 411 5 60
Binary 1111010 1110101 10000001 101 1001 0 110001 100001001 101 110000

Color Harmonies of #7A7581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7581

Black with #7A7581

Text Example


Text Example

White with #7A7581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,117,129); }

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

background-color css

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

 a { background-color: rgb(122,117,129); }

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

border-color css

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

 span { border-color: rgb(122,117,129); }

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