Html Css Color HEX #747479 Dolphin

📋 copy color: '#747479'

red 116 ◦ green 116 ◦ blue 121

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

Shades of Dolphin #747479

Tints of Dolphin #747479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

 BLUE value IS 121 (47.66% from 255) = 34.28%

R = 32.86%
G = 32.86%
B = 34.28%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#747479 (or 0x747479) is known color: Dolphin. HEX triplet: 74, 74 and 79. RGB value is (116,116,121). Sum of RGB (Red+Green+Blue) = 116+116+121=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 121 - color contains mainly: blue. Hex color #747479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747479 is #8B8B86. Grayscale: #747474. Windows color (decimal): -9145223 or 7959668. OLE color: 7959668.

HSL color Cylindrical-coordinate representation of color #747479: hue angle of 240º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #747479 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 116 121 -
CMYK 0.04 0.04 0 0.53
HSL 240º 0.02% 0.46% -
HSV(B) 240º 0.04% 0.47% -
XYZ 16.9 17.58 20.59 -
YUV 116.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 116 116 121 0.04 0.04 0 0.53 240 0.02 0.46
Hex 74 74 79 4 4 0 35 F0 2 2E
Octal 164 164 171 4 4 0 65 360 2 56
Binary 1110100 1110100 1111001 100 100 0 110101 11110000 10 101110

Color Harmonies of #747479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747479

Black with #747479

Text Example


Text Example

White with #747479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747479; }

 p { color: rgb(116,116,121); }

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

background-color css

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

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

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

border-color css

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

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

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