Html Css Color HEX #738791 Regent Grey

📋 copy color: '#738791'

red 115 ◦ green 135 ◦ blue 145

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

Shades of Regent Grey #738791

Tints of Regent Grey #738791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.71%

R = 29.11%
G = 34.18%
B = 36.71%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#738791 (or 0x738791) is known color: Regent Grey. HEX triplet: 73, 87 and 91. RGB value is (115,135,145). Sum of RGB (Red+Green+Blue) = 115+135+145=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #738791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738791 is #8C786E. Grayscale: #828282. Windows color (decimal): -9205871 or 9537395. OLE color: 9537395.

HSL color Cylindrical-coordinate representation of color #738791: hue angle of 200º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738791 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 135 145 -
CMYK 0.21 0.07 0 0.43
HSL 200º 0.12% 0.51% -
HSV(B) 200º 0.21% 0.57% -
XYZ 20.85 23.02 30.13 -
YUV 130.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 115 135 145 0.21 0.07 0 0.43 200 0.12 0.51
Hex 73 87 91 15 7 0 2B C8 C 33
Octal 163 207 221 25 7 0 53 310 14 63
Binary 1110011 10000111 10010001 10101 111 0 101011 11001000 1100 110011

Color Harmonies of #738791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738791

Black with #738791

Text Example


Text Example

White with #738791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738791; }

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

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

background-color css

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

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

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

border-color css

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

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

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