Html Css Color HEX #746E80 Dolphin

📋 copy color: '#746E80'

red 116 ◦ green 110 ◦ blue 128

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

Shades of Dolphin #746E80

Tints of Dolphin #746E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.07%

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 32.77%
G = 31.07%
B = 36.16%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#746E80 (or 0x746E80) is known color: Dolphin. HEX triplet: 74, 6E and 80. RGB value is (116,110,128). Sum of RGB (Red+Green+Blue) = 116+110+128=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 128 - color contains mainly: blue. Hex color #746E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746E80 is #8B917F. Grayscale: #717171. Windows color (decimal): -9146752 or 8416884. OLE color: 8416884.

HSL color Cylindrical-coordinate representation of color #746E80: hue angle of 260º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #746E80 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 110 128 -
CMYK 0.09 0.14 0 0.50
HSL 260º 0.08% 0.47% -
HSV(B) 260º 0.14% 0.5% -
XYZ 16.67 16.42 22.71 -
YUV 113.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 116 110 128 0.09 0.14 0 0.50 260 0.08 0.47
Hex 74 6E 80 9 E 0 32 104 8 2F
Octal 164 156 200 11 16 0 62 404 10 57
Binary 1110100 1101110 10000000 1001 1110 0 110010 100000100 1000 101111

Color Harmonies of #746E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E80

Black with #746E80

Text Example


Text Example

White with #746E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746E80; }

 p { color: rgb(116,110,128); }

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

background-color css

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

 a { background-color: rgb(116,110,128); }

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

border-color css

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

 span { border-color: rgb(116,110,128); }

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