Html Css Color HEX #747184 Dolphin

📋 copy color: '#747184'

red 116 ◦ green 113 ◦ blue 132

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

Shades of Dolphin #747184

Tints of Dolphin #747184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.57%

R = 32.13%
G = 31.3%
B = 36.57%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#747184 (or 0x747184) is known color: Dolphin. HEX triplet: 74, 71 and 84. RGB value is (116,113,132). Sum of RGB (Red+Green+Blue) = 116+113+132=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #747184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747184 is #8B8E7B. Grayscale: #737373. Windows color (decimal): -9145980 or 8679796. OLE color: 8679796.

HSL color Cylindrical-coordinate representation of color #747184: hue angle of 249.47º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #747184 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 113 132 -
CMYK 0.12 0.14 0 0.48
HSL 249.47º 0.08% 0.48% -
HSV(B) 249.47º 0.14% 0.52% -
XYZ 17.27 17.19 24.24 -
YUV 116.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 116 113 132 0.12 0.14 0 0.48 249.47 0.08 0.48
Hex 74 71 84 C E 0 30 F9 8 30
Octal 164 161 204 14 16 0 60 371 10 60
Binary 1110100 1110001 10000100 1100 1110 0 110000 11111001 1000 110000

Color Harmonies of #747184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747184

Black with #747184

Text Example


Text Example

White with #747184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747184; }

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

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

background-color css

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

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

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

border-color css

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

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

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