Html Css Color HEX #747376 Dolphin

📋 copy color: '#747376'

red 116 ◦ green 115 ◦ blue 118

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

Shades of Dolphin #747376

Tints of Dolphin #747376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

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

R = 33.24%
G = 32.95%
B = 33.81%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#747376 (or 0x747376) is known color: Dolphin. HEX triplet: 74, 73 and 76. RGB value is (116,115,118). Sum of RGB (Red+Green+Blue) = 116+115+118=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 118 - color contains mainly: blue. Hex color #747376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747376 is #8B8C89. Grayscale: #737373. Windows color (decimal): -9145482 or 7762804. OLE color: 7762804.

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

Color convert

RGB 116 115 118 -
CMYK 0.02 0.03 0 0.54
HSL 260º 0.01% 0.46% -
HSV(B) 260º 0.03% 0.46% -
XYZ 16.6 17.28 19.6 -
YUV 115.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 116 115 118 0.02 0.03 0 0.54 260 0.01 0.46
Hex 74 73 76 2 3 0 36 104 1 2E
Octal 164 163 166 2 3 0 66 404 1 56
Binary 1110100 1110011 1110110 10 11 0 110110 100000100 1 101110

Color Harmonies of #747376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747376

Black with #747376

Text Example


Text Example

White with #747376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747376; }

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

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

background-color css

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

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

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

border-color css

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

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

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