#75838A

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

Shades of Regent Grey #75838A

Tints of Regent Grey #75838A

Color information

#75838A (or 0x75838A) is unknown color: approx Regent Grey. HEX triplet: 75, 83 and 8A. RGB value is (117,131,138). Sum of RGB (Red+Green+Blue) = 117+131+138=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #75838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75838A is #8A7C75. Grayscale: #7F7F7F. Windows color (decimal): -9075830 or 9077621. OLE color: 9077621.

HSL color Cylindrical-coordinate representation of color #75838A: hue angle of 200º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75838A is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB117131138-
CMYK0.150.0500.46
HSL200º8.24%50%-
HSV(B)200º15.22%54.12%-
XYZ20.0421.8527.21-
YUV127.61133.86120.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=30.31%
G=33.94%
B=35.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171311380.150.0500.462008.2450
Hex75838AF502Ec8832
Octal1652032121750563101062
Binary1110101100000111000101011111010101110110010001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75838A; }

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

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

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

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

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

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

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

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