Html Css Color HEX #747180 Dolphin

📋 copy color: '#747180'

red 116 ◦ green 113 ◦ blue 128

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

Shades of Dolphin #747180

Tints of Dolphin #747180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.65%

 BLUE value IS 128 (50.39% from 255) = 35.85%

R = 32.49%
G = 31.65%
B = 35.85%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#747180 (or 0x747180) is known color: Dolphin. HEX triplet: 74, 71 and 80. RGB value is (116,113,128). Sum of RGB (Red+Green+Blue) = 116+113+128=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 128 - color contains mainly: blue. Hex color #747180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747180 is #8B8E7F. Grayscale: #737373. Windows color (decimal): -9145984 or 8417652. OLE color: 8417652.

HSL color Cylindrical-coordinate representation of color #747180: hue angle of 252º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747180 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 113 128 -
CMYK 0.09 0.12 0 0.50
HSL 252º 0.06% 0.47% -
HSV(B) 252º 0.12% 0.5% -
XYZ 17 17.08 22.82 -
YUV 115.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 116 113 128 0.09 0.12 0 0.50 252 0.06 0.47
Hex 74 71 80 9 C 0 32 FC 6 2F
Octal 164 161 200 11 14 0 62 374 6 57
Binary 1110100 1110001 10000000 1001 1100 0 110010 11111100 110 101111

Color Harmonies of #747180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747180

Black with #747180

Text Example


Text Example

White with #747180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747180; }

 p { color: rgb(116,113,128); }

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

background-color css

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

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

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

border-color css

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

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

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