#738084

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

Shades of Regent Grey #738084

Tints of Regent Grey #738084

Color information

#738084 (or 0x738084) is unknown color: approx Regent Grey. HEX triplet: 73, 80 and 84. RGB value is (115,128,132). Sum of RGB (Red+Green+Blue) = 115+128+132=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 132 - color contains mainly: blue. Hex color #738084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738084 is #8C7F7B. Grayscale: #7C7C7C. Windows color (decimal): -9207676 or 8683635. OLE color: 8683635.

HSL color Cylindrical-coordinate representation of color #738084: hue angle of 194.12º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #738084 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB115128132-
CMYK0.130.0300.48
HSL194.12º6.88%48.43%-
HSV(B)194.12º12.88%51.76%-
XYZ18.9520.7524.84-
YUV124.57132.19121.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=30.67%
G=34.13%
B=35.2%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151281320.130.0300.48194.126.8848.43
Hex738084D3030c2730
Octal163200204153060302760
Binary11100111000000010000100110111011000011000010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738084; }

 p { color: rgb(115,128,132); }

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

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

 a { background-color: rgb(115,128,132); }

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

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

 span { border-color: rgb(115,128,132); }

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