#758283

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

Shades of Regent Grey #758283

Tints of Regent Grey #758283

Color information

#758283 (or 0x758283) is unknown color: approx Regent Grey. HEX triplet: 75, 82 and 83. RGB value is (117,130,131). Sum of RGB (Red+Green+Blue) = 117+130+131=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 130 (51.17% from 255 or 34.39% 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 #758283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758283 is #8A7D7C. Grayscale: #7E7E7E. Windows color (decimal): -9076093 or 8618613. OLE color: 8618613.

HSL color Cylindrical-coordinate representation of color #758283: hue angle of 184.29º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #758283 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB117130131-
CMYK0.110.0100.49
HSL184.29º5.65%48.63%-
HSV(B)184.29º10.69%51.37%-
XYZ19.4221.3924.58-
YUV126.23130.69121.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=30.95%
G=34.39%
B=34.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171301310.110.0100.49184.295.6548.63
Hex758283B1031b8631
Octal165202203131061270661
Binary1110101100000101000001110111011000110111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758283; }

 p { color: rgb(117,130,131); }

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

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

 a { background-color: rgb(117,130,131); }

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

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

 span { border-color: rgb(117,130,131); }

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