Html Css Color HEX #746F80 Dolphin

📋 copy color: '#746F80'

red 116 ◦ green 111 ◦ blue 128

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

Shades of Dolphin #746F80

Tints of Dolphin #746F80

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

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

R = 32.68%
G = 31.27%
B = 36.06%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#746F80 (or 0x746F80) is known color: Dolphin. HEX triplet: 74, 6F and 80. RGB value is (116,111,128). Sum of RGB (Red+Green+Blue) = 116+111+128=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 128 - color contains mainly: blue. Hex color #746F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746F80 is #8B907F. Grayscale: #727272. Windows color (decimal): -9146496 or 8417140. OLE color: 8417140.

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

Color convert

RGB 116 111 128 -
CMYK 0.09 0.13 0 0.50
HSL 257.65º 0.07% 0.47% -
HSV(B) 257.65º 0.13% 0.5% -
XYZ 16.78 16.64 22.75 -
YUV 114.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 116 111 128 0.09 0.13 0 0.50 257.65 0.07 0.47
Hex 74 6F 80 9 D 0 32 102 7 2F
Octal 164 157 200 11 15 0 62 402 7 57
Binary 1110100 1101111 10000000 1001 1101 0 110010 100000010 111 101111

Color Harmonies of #746F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F80

Black with #746F80

Text Example


Text Example

White with #746F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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