Html Css Color HEX #748689 Regent Grey

📋 copy color: '#748689'

red 116 ◦ green 134 ◦ blue 137

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

Shades of Regent Grey #748689

Tints of Regent Grey #748689

RGB

 RED value IS 116 (45.7% from 255) = 29.97%

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

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

R = 29.97%
G = 34.63%
B = 35.4%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#748689 (or 0x748689) is known color: Regent Grey. HEX triplet: 74, 86 and 89. RGB value is (116,134,137). Sum of RGB (Red+Green+Blue) = 116+134+137=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 137 - color contains mainly: blue. Hex color #748689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748689 is #8B7976. Grayscale: #808080. Windows color (decimal): -9140599 or 9012852. OLE color: 9012852.

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

Color convert

RGB 116 134 137 -
CMYK 0.15 0.02 0 0.46
HSL 188.57º 0.08% 0.5% -
HSV(B) 188.57º 0.15% 0.54% -
XYZ 20.24 22.57 26.96 -
YUV 128.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 116 134 137 0.15 0.02 0 0.46 188.57 0.08 0.5
Hex 74 86 89 F 2 0 2E BD 8 32
Octal 164 206 211 17 2 0 56 275 10 62
Binary 1110100 10000110 10001001 1111 10 0 101110 10111101 1000 110010

Color Harmonies of #748689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748689

Black with #748689

Text Example


Text Example

White with #748689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748689; }

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

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

background-color css

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

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

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

border-color css

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

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

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