Html Css Color HEX #738790 Regent Grey

📋 copy color: '#738790'

red 115 ◦ green 135 ◦ blue 144

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

Shades of Regent Grey #738790

Tints of Regent Grey #738790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.26%

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 29.19%
G = 34.26%
B = 36.55%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#738790 (or 0x738790) is known color: Regent Grey. HEX triplet: 73, 87 and 90. RGB value is (115,135,144). Sum of RGB (Red+Green+Blue) = 115+135+144=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 144 - color contains mainly: blue. Hex color #738790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738790 is #8C786F. Grayscale: #818181. Windows color (decimal): -9205872 or 9471859. OLE color: 9471859.

HSL color Cylindrical-coordinate representation of color #738790: hue angle of 198.62º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738790 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 135 144 -
CMYK 0.20 0.06 0 0.44
HSL 198.62º 0.12% 0.51% -
HSV(B) 198.62º 0.2% 0.56% -
XYZ 20.77 22.99 29.73 -
YUV 130.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 115 135 144 0.20 0.06 0 0.44 198.62 0.12 0.51
Hex 73 87 90 14 6 0 2C C7 C 33
Octal 163 207 220 24 6 0 54 307 14 63
Binary 1110011 10000111 10010000 10100 110 0 101100 11000111 1100 110011

Color Harmonies of #738790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738790

Black with #738790

Text Example


Text Example

White with #738790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738790; }

 p { color: rgb(115,135,144); }

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

background-color css

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

 a { background-color: rgb(115,135,144); }

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

border-color css

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

 span { border-color: rgb(115,135,144); }

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