Html Css Color HEX #738286 Regent Grey

📋 copy color: '#738286'

red 115 ◦ green 130 ◦ blue 134

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

Shades of Regent Grey #738286

Tints of Regent Grey #738286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

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

R = 30.34%
G = 34.3%
B = 35.36%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#738286 (or 0x738286) is known color: Regent Grey. HEX triplet: 73, 82 and 86. RGB value is (115,130,134). Sum of RGB (Red+Green+Blue) = 115+130+134=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 134 - color contains mainly: blue. Hex color #738286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738286 is #8C7D79. Grayscale: #7D7D7D. Windows color (decimal): -9207162 or 8815219. OLE color: 8815219.

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

Color convert

RGB 115 130 134 -
CMYK 0.14 0.03 0 0.47
HSL 192.63º 0.08% 0.49% -
HSV(B) 192.63º 0.14% 0.53% -
XYZ 19.36 21.33 25.65 -
YUV 125.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 115 130 134 0.14 0.03 0 0.47 192.63 0.08 0.49
Hex 73 82 86 E 3 0 2F C1 8 31
Octal 163 202 206 16 3 0 57 301 10 61
Binary 1110011 10000010 10000110 1110 11 0 101111 11000001 1000 110001

Color Harmonies of #738286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738286

Black with #738286

Text Example


Text Example

White with #738286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738286; }

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

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

background-color css

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

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

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

border-color css

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

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

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