Html Css Color HEX #777382 Topaz

📋 copy color: '#777382'

red 119 ◦ green 115 ◦ blue 130

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

Shades of Topaz #777382

Tints of Topaz #777382

RGB

 RED value IS 119 (46.88% from 255) = 32.69%

 GREEN value IS 115 (45.31% from 255) = 31.59%

 BLUE value IS 130 (51.17% from 255) = 35.71%

R = 32.69%
G = 31.59%
B = 35.71%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#777382 (or 0x777382) is known color: Topaz. HEX triplet: 77, 73 and 82. RGB value is (119,115,130). Sum of RGB (Red+Green+Blue) = 119+115+130=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 130 - color contains mainly: blue. Hex color #777382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777382 is #888C7D. Grayscale: #757575. Windows color (decimal): -8948862 or 8549239. OLE color: 8549239.

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

Color convert

RGB 119 115 130 -
CMYK 0.08 0.12 0 0.49
HSL 256º 0.06% 0.48% -
HSV(B) 256º 0.12% 0.51% -
XYZ 17.77 17.8 23.62 -
YUV 117.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 119 115 130 0.08 0.12 0 0.49 256 0.06 0.48
Hex 77 73 82 8 C 0 31 100 6 30
Octal 167 163 202 10 14 0 61 400 6 60
Binary 1110111 1110011 10000010 1000 1100 0 110001 100000000 110 110000

Color Harmonies of #777382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777382

Black with #777382

Text Example


Text Example

White with #777382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777382; }

 p { color: rgb(119,115,130); }

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

background-color css

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

 a { background-color: rgb(119,115,130); }

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

border-color css

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

 span { border-color: rgb(119,115,130); }

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