Html Css Color HEX #757288 Dolphin

📋 copy color: '#757288'

red 117 ◦ green 114 ◦ blue 136

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

Shades of Dolphin #757288

Tints of Dolphin #757288

RGB

 RED value IS 117 (46.09% from 255) = 31.88%

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

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

R = 31.88%
G = 31.06%
B = 37.06%

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

#757288 (or 0x757288) is known color: Dolphin. HEX triplet: 75, 72 and 88. RGB value is (117,114,136). Sum of RGB (Red+Green+Blue) = 117+114+136=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 136 - color contains mainly: blue. Hex color #757288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757288 is #8A8D77. Grayscale: #757575. Windows color (decimal): -9080184 or 8942197. OLE color: 8942197.

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

Color convert

RGB 117 114 136 -
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.8 17.59 25.75 -
YUV 117.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 117 114 136 0.14 0.16 0 0.47 248.18 0.09 0.49
Hex 75 72 88 E 10 0 2F F8 9 31
Octal 165 162 210 16 20 0 57 370 11 61
Binary 1110101 1110010 10001000 1110 10000 0 101111 11111000 1001 110001

Color Harmonies of #757288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757288

Black with #757288

Text Example


Text Example

White with #757288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757288; }

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

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

background-color css

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

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

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

border-color css

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

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

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