#748081

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

Shades of Regent Grey #748081

Tints of Regent Grey #748081

Color information

#748081 (or 0x748081) is unknown color: approx Regent Grey. HEX triplet: 74, 80 and 81. RGB value is (116,128,129). Sum of RGB (Red+Green+Blue) = 116+128+129=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 129 - color contains mainly: blue. Hex color #748081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748081 is #8B7F7E. Grayscale: #7C7C7C. Windows color (decimal): -9142143 or 8487028. OLE color: 8487028.

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

Color convert

RGB116128129-
CMYK0.100.0100.49
HSL184.62º5.31%48.04%-
HSV(B)184.62º10.08%50.59%-
XYZ18.8820.7423.78-
YUV124.53130.52121.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=31.10%
G=34.32%
B=34.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161281290.100.0100.49184.625.3148.04
Hex748081A1031b9530
Octal164200201121061271560
Binary1110100100000001000000110101011000110111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748081; }

 p { color: rgb(116,128,129); }

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

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

 a { background-color: rgb(116,128,129); }

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

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

 span { border-color: rgb(116,128,129); }

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