Html Css Color HEX #747187 Dolphin

📋 copy color: '#747187'

red 116 ◦ green 113 ◦ blue 135

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

Shades of Dolphin #747187

Tints of Dolphin #747187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.09%

R = 31.87%
G = 31.04%
B = 37.09%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#747187 (or 0x747187) is known color: Dolphin. HEX triplet: 74, 71 and 87. RGB value is (116,113,135). Sum of RGB (Red+Green+Blue) = 116+113+135=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 135 - color contains mainly: blue. Hex color #747187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747187 is #8B8E78. Grayscale: #747474. Windows color (decimal): -9145977 or 8876404. OLE color: 8876404.

HSL color Cylindrical-coordinate representation of color #747187: hue angle of 248.18º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #747187 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 113 135 -
CMYK 0.14 0.16 0 0.47
HSL 248.18º 0.09% 0.49% -
HSV(B) 248.18º 0.16% 0.53% -
XYZ 17.48 17.27 25.33 -
YUV 116.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 116 113 135 0.14 0.16 0 0.47 248.18 0.09 0.49
Hex 74 71 87 E 10 0 2F F8 9 31
Octal 164 161 207 16 20 0 57 370 11 61
Binary 1110100 1110001 10000111 1110 10000 0 101111 11111000 1001 110001

Color Harmonies of #747187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747187

Black with #747187

Text Example


Text Example

White with #747187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747187; }

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

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

background-color css

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

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

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

border-color css

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

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

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