#768A91

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

Shades of Regent Grey #768A91

Tints of Regent Grey #768A91

Color information

#768A91 (or 0x768A91) is unknown color: approx Regent Grey. HEX triplet: 76, 8A and 91. RGB value is (118,138,145). Sum of RGB (Red+Green+Blue) = 118+138+145=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #768A91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768A91 is #89756E. Grayscale: #848484. Windows color (decimal): -9008495 or 9538166. OLE color: 9538166.

HSL color Cylindrical-coordinate representation of color #768A91: hue angle of 195.56º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768A91 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118138145-
CMYK0.190.0500.43
HSL195.56º10.93%51.57%-
HSV(B)195.56º18.62%56.86%-
XYZ21.6724.0730.29-
YUV132.82134.87117.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 138 (54.30% from 255) = 34.41%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=29.43%
G=34.41%
B=36.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181381450.190.0500.43195.5610.9351.57
Hex768A9113502Bc4b34
Octal1662122212350533041364
Binary11101101000101010010001100111010101011110001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768A91; }

 p { color: rgb(118,138,145); }

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

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

 a { background-color: rgb(118,138,145); }

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

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

 span { border-color: rgb(118,138,145); }

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