#76838B

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

Shades of Regent Grey #76838B

Tints of Regent Grey #76838B

Color information

#76838B (or 0x76838B) is unknown color: approx Regent Grey. HEX triplet: 76, 83 and 8B. RGB value is (118,131,139). Sum of RGB (Red+Green+Blue) = 118+131+139=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #76838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76838B is #897C74. Grayscale: #7F7F7F. Windows color (decimal): -9010293 or 9143158. OLE color: 9143158.

HSL color Cylindrical-coordinate representation of color #76838B: hue angle of 202.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76838B is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118131139-
CMYK0.150.0600.45
HSL202.86º8.3%50.39%-
HSV(B)202.86º15.11%54.51%-
XYZ20.2521.9527.6-
YUV128.02134.19120.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=30.41%
G=33.76%
B=35.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181311390.150.0600.45202.868.350.39
Hex76838BF602Dcb832
Octal1662032131760553131062
Binary1110110100000111000101111111100101101110010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76838B; }

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

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

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

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

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

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

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

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