Html Css Color HEX #738891 Regent Grey

📋 copy color: '#738891'

red 115 ◦ green 136 ◦ blue 145

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

Shades of Regent Grey #738891

Tints of Regent Grey #738891

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.34%

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

R = 29.04%
G = 34.34%
B = 36.62%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#738891 (or 0x738891) is known color: Regent Grey. HEX triplet: 73, 88 and 91. RGB value is (115,136,145). Sum of RGB (Red+Green+Blue) = 115+136+145=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 145 - color contains mainly: blue. Hex color #738891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738891 is #8C776E. Grayscale: #828282. Windows color (decimal): -9205615 or 9537651. OLE color: 9537651.

HSL color Cylindrical-coordinate representation of color #738891: hue angle of 198º 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 #738891 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 136 145 -
CMYK 0.21 0.06 0 0.43
HSL 198º 0.12% 0.51% -
HSV(B) 198º 0.21% 0.57% -
XYZ 20.99 23.3 30.18 -
YUV 130.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 115 136 145 0.21 0.06 0 0.43 198 0.12 0.51
Hex 73 88 91 15 6 0 2B C6 C 33
Octal 163 210 221 25 6 0 53 306 14 63
Binary 1110011 10001000 10010001 10101 110 0 101011 11000110 1100 110011

Color Harmonies of #738891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738891

Black with #738891

Text Example


Text Example

White with #738891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738891; }

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

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

background-color css

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

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

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

border-color css

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

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

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