Html Css Color HEX #777183 Topaz

📋 copy color: '#777183'

red 119 ◦ green 113 ◦ blue 131

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

Shades of Topaz #777183

Tints of Topaz #777183

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 32.78%
G = 31.13%
B = 36.09%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#777183 (or 0x777183) is known color: Topaz. HEX triplet: 77, 71 and 83. RGB value is (119,113,131). Sum of RGB (Red+Green+Blue) = 119+113+131=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 131 - color contains mainly: blue. Hex color #777183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777183 is #888E7C. Grayscale: #747474. Windows color (decimal): -8949373 or 8614263. OLE color: 8614263.

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

Color convert

RGB 119 113 131 -
CMYK 0.09 0.14 0 0.49
HSL 260º 0.07% 0.48% -
HSV(B) 260º 0.14% 0.51% -
XYZ 17.61 17.37 23.9 -
YUV 116.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 119 113 131 0.09 0.14 0 0.49 260 0.07 0.48
Hex 77 71 83 9 E 0 31 104 7 30
Octal 167 161 203 11 16 0 61 404 7 60
Binary 1110111 1110001 10000011 1001 1110 0 110001 100000100 111 110000

Color Harmonies of #777183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777183

Black with #777183

Text Example


Text Example

White with #777183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777183; }

 p { color: rgb(119,113,131); }

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

background-color css

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

 a { background-color: rgb(119,113,131); }

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

border-color css

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

 span { border-color: rgb(119,113,131); }

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