Html Css Color HEX #747377 Dolphin

📋 copy color: '#747377'

red 116 ◦ green 115 ◦ blue 119

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

Shades of Dolphin #747377

Tints of Dolphin #747377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34%

R = 33.14%
G = 32.86%
B = 34%

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

#747377 (or 0x747377) is known color: Dolphin. HEX triplet: 74, 73 and 77. RGB value is (116,115,119). Sum of RGB (Red+Green+Blue) = 116+115+119=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 119 - color contains mainly: blue. Hex color #747377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747377 is #8B8C88. Grayscale: #737373. Windows color (decimal): -9145481 or 7828340. OLE color: 7828340.

HSL color Cylindrical-coordinate representation of color #747377: hue angle of 255º 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 #747377 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 115 119 -
CMYK 0.03 0.03 0 0.53
HSL 255º 0.02% 0.46% -
HSV(B) 255º 0.03% 0.47% -
XYZ 16.66 17.31 19.92 -
YUV 115.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 116 115 119 0.03 0.03 0 0.53 255 0.02 0.46
Hex 74 73 77 3 3 0 35 FF 2 2E
Octal 164 163 167 3 3 0 65 377 2 56
Binary 1110100 1110011 1110111 11 11 0 110101 11111111 10 101110

Color Harmonies of #747377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747377

Black with #747377

Text Example


Text Example

White with #747377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747377; }

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

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

background-color css

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

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

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

border-color css

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

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

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