Html Css Color HEX #738689 Regent Grey

📋 copy color: '#738689'

red 115 ◦ green 134 ◦ blue 137

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

Shades of Regent Grey #738689

Tints of Regent Grey #738689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

 BLUE value IS 137 (53.91% from 255) = 35.49%

R = 29.79%
G = 34.72%
B = 35.49%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#738689 (or 0x738689) is known color: Regent Grey. HEX triplet: 73, 86 and 89. RGB value is (115,134,137). Sum of RGB (Red+Green+Blue) = 115+134+137=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 137 - color contains mainly: blue. Hex color #738689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738689 is #8C7976. Grayscale: #808080. Windows color (decimal): -9206135 or 9012851. OLE color: 9012851.

HSL color Cylindrical-coordinate representation of color #738689: hue angle of 188.18º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #738689 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 134 137 -
CMYK 0.16 0.02 0 0.46
HSL 188.18º 0.09% 0.49% -
HSV(B) 188.18º 0.16% 0.54% -
XYZ 20.11 22.5 26.95 -
YUV 128.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 115 134 137 0.16 0.02 0 0.46 188.18 0.09 0.49
Hex 73 86 89 10 2 0 2E BC 9 31
Octal 163 206 211 20 2 0 56 274 11 61
Binary 1110011 10000110 10001001 10000 10 0 101110 10111100 1001 110001

Color Harmonies of #738689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738689

Black with #738689

Text Example


Text Example

White with #738689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738689; }

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

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

background-color css

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

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

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

border-color css

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

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

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