Html Css Color HEX #738892 Regent Grey

📋 copy color: '#738892'

red 115 ◦ green 136 ◦ blue 146

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

Shades of Regent Grey #738892

Tints of Regent Grey #738892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.78%

R = 28.97%
G = 34.26%
B = 36.78%

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

#738892 (or 0x738892) is known color: Regent Grey. HEX triplet: 73, 88 and 92. RGB value is (115,136,146). Sum of RGB (Red+Green+Blue) = 115+136+146=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #738892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738892 is #8C776D. Grayscale: #828282. Windows color (decimal): -9205614 or 9603187. OLE color: 9603187.

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

Color convert

RGB 115 136 146 -
CMYK 0.21 0.07 0 0.43
HSL 199.35º 0.12% 0.51% -
HSV(B) 199.35º 0.21% 0.57% -
XYZ 21.06 23.33 30.59 -
YUV 130.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 115 136 146 0.21 0.07 0 0.43 199.35 0.12 0.51
Hex 73 88 92 15 7 0 2B C7 C 33
Octal 163 210 222 25 7 0 53 307 14 63
Binary 1110011 10001000 10010010 10101 111 0 101011 11000111 1100 110011

Color Harmonies of #738892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738892

Black with #738892

Text Example


Text Example

White with #738892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738892; }

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

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

background-color css

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

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

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

border-color css

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

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

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