Html Css Color HEX #747284 Dolphin

📋 copy color: '#747284'

red 116 ◦ green 114 ◦ blue 132

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

Shades of Dolphin #747284

Tints of Dolphin #747284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.49%

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

R = 32.04%
G = 31.49%
B = 36.46%

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

#747284 (or 0x747284) is known color: Dolphin. HEX triplet: 74, 72 and 84. RGB value is (116,114,132). Sum of RGB (Red+Green+Blue) = 116+114+132=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #747284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747284 is #8B8D7B. Grayscale: #747474. Windows color (decimal): -9145724 or 8680052. OLE color: 8680052.

HSL color Cylindrical-coordinate representation of color #747284: hue angle of 246.67º degrees, saturation: 0.07, 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 #747284 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 114 132 -
CMYK 0.12 0.14 0 0.48
HSL 246.67º 0.07% 0.48% -
HSV(B) 246.67º 0.14% 0.52% -
XYZ 17.38 17.41 24.27 -
YUV 116.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 116 114 132 0.12 0.14 0 0.48 246.67 0.07 0.48
Hex 74 72 84 C E 0 30 F7 7 30
Octal 164 162 204 14 16 0 60 367 7 60
Binary 1110100 1110010 10000100 1100 1110 0 110000 11110111 111 110000

Color Harmonies of #747284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747284

Black with #747284

Text Example


Text Example

White with #747284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747284; }

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

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

background-color css

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

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

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

border-color css

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

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

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