Html Css Color HEX #777282 Topaz

📋 copy color: '#777282'

red 119 ◦ green 114 ◦ blue 130

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

Shades of Topaz #777282

Tints of Topaz #777282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

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

R = 32.78%
G = 31.4%
B = 35.81%

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

#777282 (or 0x777282) is known color: Topaz. HEX triplet: 77, 72 and 82. RGB value is (119,114,130). Sum of RGB (Red+Green+Blue) = 119+114+130=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #777282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777282 is #888D7D. Grayscale: #757575. Windows color (decimal): -8949118 or 8548983. OLE color: 8548983.

HSL color Cylindrical-coordinate representation of color #777282: hue angle of 258.75º degrees, saturation: 0.07, 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 #777282 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 114 130 -
CMYK 0.08 0.12 0 0.49
HSL 258.75º 0.07% 0.48% -
HSV(B) 258.75º 0.12% 0.51% -
XYZ 17.65 17.57 23.58 -
YUV 117.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 119 114 130 0.08 0.12 0 0.49 258.75 0.07 0.48
Hex 77 72 82 8 C 0 31 103 7 30
Octal 167 162 202 10 14 0 61 403 7 60
Binary 1110111 1110010 10000010 1000 1100 0 110001 100000011 111 110000

Color Harmonies of #777282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777282

Black with #777282

Text Example


Text Example

White with #777282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777282; }

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

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

background-color css

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

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

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

border-color css

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

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

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