Html Css Color HEX #738489 Regent Grey

📋 copy color: '#738489'

red 115 ◦ green 132 ◦ blue 137

#738489
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent Grey #738489

Tints of Regent Grey #738489

RGB

 RED value IS 115 (45.31% from 255) = 29.95%

 GREEN value IS 132 (51.95% from 255) = 34.38%

 BLUE value IS 137 (53.91% from 255) = 35.68%

R = 29.95%
G = 34.38%
B = 35.68%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#738489 (or 0x738489) is known color: Regent Grey. HEX triplet: 73, 84 and 89. RGB value is (115,132,137). Sum of RGB (Red+Green+Blue) = 115+132+137=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 137 - color contains mainly: blue. Hex color #738489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738489 is #8C7B76. Grayscale: #7F7F7F. Windows color (decimal): -9206647 or 9012339. OLE color: 9012339.

HSL color Cylindrical-coordinate representation of color #738489: hue angle of 193.64º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #738489 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 132 137 -
CMYK 0.16 0.04 0 0.46
HSL 193.64º 0.09% 0.49% -
HSV(B) 193.64º 0.16% 0.54% -
XYZ 19.84 21.95 26.86 -
YUV 127.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 115 132 137 0.16 0.04 0 0.46 193.64 0.09 0.49
Hex 73 84 89 10 4 0 2E C2 9 31
Octal 163 204 211 20 4 0 56 302 11 61
Binary 1110011 10000100 10001001 10000 100 0 101110 11000010 1001 110001

Color Harmonies of #738489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738489

Black with #738489

Text Example


Text Example

White with #738489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738489; }

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

 H1.HeaderClassName
 {
   color: #738489;
 }
 .AnyTagClassName
 {
   color: #738489;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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