Html Css Color HEX #747476 Dolphin

📋 copy color: '#747476'

red 116 ◦ green 116 ◦ blue 118

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

Shades of Dolphin #747476

Tints of Dolphin #747476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 33.14%
G = 33.14%
B = 33.71%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#747476 (or 0x747476) is known color: Dolphin. HEX triplet: 74, 74 and 76. RGB value is (116,116,118). Sum of RGB (Red+Green+Blue) = 116+116+118=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 118 - color contains mainly: blue. Hex color #747476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747476 is #8B8B89. Grayscale: #747474. Windows color (decimal): -9145226 or 7763060. OLE color: 7763060.

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

Color convert

RGB 116 116 118 -
CMYK 0.02 0.02 0 0.54
HSL 240º 0.01% 0.46% -
HSV(B) 240º 0.02% 0.46% -
XYZ 16.72 17.51 19.64 -
YUV 116.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 116 116 118 0.02 0.02 0 0.54 240 0.01 0.46
Hex 74 74 76 2 2 0 36 F0 1 2E
Octal 164 164 166 2 2 0 66 360 1 56
Binary 1110100 1110100 1110110 10 10 0 110110 11110000 1 101110

Color Harmonies of #747476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747476

Black with #747476

Text Example


Text Example

White with #747476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747476; }

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

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

background-color css

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

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

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

border-color css

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

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

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