Html Css Color HEX #738086 Regent Grey

📋 copy color: '#738086'

red 115 ◦ green 128 ◦ blue 134

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

Shades of Regent Grey #738086

Tints of Regent Grey #738086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

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

R = 30.5%
G = 33.95%
B = 35.54%

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

#738086 (or 0x738086) is known color: Regent Grey. HEX triplet: 73, 80 and 86. RGB value is (115,128,134). Sum of RGB (Red+Green+Blue) = 115+128+134=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 134 - color contains mainly: blue. Hex color #738086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738086 is #8C7F79. Grayscale: #7C7C7C. Windows color (decimal): -9207674 or 8814707. OLE color: 8814707.

HSL color Cylindrical-coordinate representation of color #738086: hue angle of 198.95º 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 #738086 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 128 134 -
CMYK 0.14 0.04 0 0.47
HSL 198.95º 0.08% 0.49% -
HSV(B) 198.95º 0.14% 0.53% -
XYZ 19.09 20.8 25.56 -
YUV 124.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 115 128 134 0.14 0.04 0 0.47 198.95 0.08 0.49
Hex 73 80 86 E 4 0 2F C7 8 31
Octal 163 200 206 16 4 0 57 307 10 61
Binary 1110011 10000000 10000110 1110 100 0 101111 11000111 1000 110001

Color Harmonies of #738086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738086

Black with #738086

Text Example


Text Example

White with #738086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738086; }

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

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

background-color css

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

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

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

border-color css

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

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

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