Html Css Color HEX #738186 Regent Grey

📋 copy color: '#738186'

red 115 ◦ green 129 ◦ blue 134

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

Shades of Regent Grey #738186

Tints of Regent Grey #738186

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.13%

 BLUE value IS 134 (52.73% from 255) = 35.45%

R = 30.42%
G = 34.13%
B = 35.45%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#738186 (or 0x738186) is known color: Regent Grey. HEX triplet: 73, 81 and 86. RGB value is (115,129,134). Sum of RGB (Red+Green+Blue) = 115+129+134=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 134 - color contains mainly: blue. Hex color #738186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738186 is #8C7E79. Grayscale: #7D7D7D. Windows color (decimal): -9207418 or 8814963. OLE color: 8814963.

HSL color Cylindrical-coordinate representation of color #738186: hue angle of 195.79º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #738186 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 129 134 -
CMYK 0.14 0.04 0 0.47
HSL 195.79º 0.08% 0.49% -
HSV(B) 195.79º 0.14% 0.53% -
XYZ 19.22 21.07 25.61 -
YUV 125.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 115 129 134 0.14 0.04 0 0.47 195.79 0.08 0.49
Hex 73 81 86 E 4 0 2F C4 8 31
Octal 163 201 206 16 4 0 57 304 10 61
Binary 1110011 10000001 10000110 1110 100 0 101111 11000100 1000 110001

Color Harmonies of #738186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738186

Black with #738186

Text Example


Text Example

White with #738186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738186; }

 p { color: rgb(115,129,134); }

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

background-color css

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

 a { background-color: rgb(115,129,134); }

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

border-color css

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

 span { border-color: rgb(115,129,134); }

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