#768183

Color #768183 Regent Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent Grey #768183

Tints of Regent Grey #768183

Color information

#768183 (or 0x768183) is unknown color: approx Regent Grey. HEX triplet: 76, 81 and 83. RGB value is (118,129,131). Sum of RGB (Red+Green+Blue) = 118+129+131=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 131 - color contains mainly: blue. Hex color #768183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768183 is #897E7C. Grayscale: #7D7D7D. Windows color (decimal): -9010813 or 8618358. OLE color: 8618358.

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

Color convert

RGB118129131-
CMYK0.100.0200.49
HSL189.23º5.22%48.82%-
HSV(B)189.23º9.92%51.37%-
XYZ19.4221.1924.54-
YUV125.94130.86122.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=31.22%
G=34.13%
B=34.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181291310.100.0200.49189.235.2248.82
Hex768183A2031bd531
Octal166201203122061275561
Binary11101101000000110000011101010011000110111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768183; }

 p { color: rgb(118,129,131); }

 H1.HeaderClassName
 {
   color: #768183;
 }
 .AnyTagClassName
 {
   color: #768183;
 }
</style>
background-color css

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

 a { background-color: rgb(118,129,131); }

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

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

 span { border-color: rgb(118,129,131); }

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