Html Css Color HEX #747478 Dolphin

📋 copy color: '#747478'

red 116 ◦ green 116 ◦ blue 120

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

Shades of Dolphin #747478

Tints of Dolphin #747478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.09%

R = 32.95%
G = 32.95%
B = 34.09%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#747478 (or 0x747478) is known color: Dolphin. HEX triplet: 74, 74 and 78. RGB value is (116,116,120). Sum of RGB (Red+Green+Blue) = 116+116+120=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 120 - color contains mainly: blue. Hex color #747478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747478 is #8B8B87. Grayscale: #747474. Windows color (decimal): -9145224 or 7894132. OLE color: 7894132.

HSL color Cylindrical-coordinate representation of color #747478: 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.03%. Process color model (Four color, CMYK) of #747478 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 116 120 -
CMYK 0.03 0.03 0 0.53
HSL 240º 0.02% 0.46% -
HSV(B) 240º 0.03% 0.47% -
XYZ 16.84 17.56 20.27 -
YUV 116.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 116 116 120 0.03 0.03 0 0.53 240 0.02 0.46
Hex 74 74 78 3 3 0 35 F0 2 2E
Octal 164 164 170 3 3 0 65 360 2 56
Binary 1110100 1110100 1111000 11 11 0 110101 11110000 10 101110

Color Harmonies of #747478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747478

Black with #747478

Text Example


Text Example

White with #747478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747478; }

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

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

background-color css

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

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

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

border-color css

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

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

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