Html Css Color HEX #747288 Dolphin

📋 copy color: '#747288'

red 116 ◦ green 114 ◦ blue 136

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

Shades of Dolphin #747288

Tints of Dolphin #747288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.16%

R = 31.69%
G = 31.15%
B = 37.16%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#747288 (or 0x747288) is known color: Dolphin. HEX triplet: 74, 72 and 88. RGB value is (116,114,136). Sum of RGB (Red+Green+Blue) = 116+114+136=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #747288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747288 is #8B8D77. Grayscale: #757575. Windows color (decimal): -9145720 or 8942196. OLE color: 8942196.

HSL color Cylindrical-coordinate representation of color #747288: hue angle of 245.45º 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 #747288 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 114 136 -
CMYK 0.15 0.16 0 0.47
HSL 245.45º 0.09% 0.49% -
HSV(B) 245.45º 0.16% 0.53% -
XYZ 17.66 17.53 25.74 -
YUV 117.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 116 114 136 0.15 0.16 0 0.47 245.45 0.09 0.49
Hex 74 72 88 F 10 0 2F F5 9 31
Octal 164 162 210 17 20 0 57 365 11 61
Binary 1110100 1110010 10001000 1111 10000 0 101111 11110101 1001 110001

Color Harmonies of #747288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747288

Black with #747288

Text Example


Text Example

White with #747288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747288; }

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

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

background-color css

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

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

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

border-color css

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

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

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