Html Css Color HEX #757387 Dolphin

📋 copy color: '#757387'

red 117 ◦ green 115 ◦ blue 135

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

Shades of Dolphin #757387

Tints of Dolphin #757387

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.34%

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

R = 31.88%
G = 31.34%
B = 36.78%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#757387 (or 0x757387) is known color: Dolphin. HEX triplet: 75, 73 and 87. RGB value is (117,115,135). Sum of RGB (Red+Green+Blue) = 117+115+135=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #757387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757387 is #8A8C78. Grayscale: #757575. Windows color (decimal): -9079929 or 8876917. OLE color: 8876917.

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

Color convert

RGB 117 115 135 -
CMYK 0.13 0.15 0 0.47
HSL 246º 0.08% 0.49% -
HSV(B) 246º 0.15% 0.53% -
XYZ 17.84 17.79 25.42 -
YUV 117.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 117 115 135 0.13 0.15 0 0.47 246 0.08 0.49
Hex 75 73 87 D F 0 2F F6 8 31
Octal 165 163 207 15 17 0 57 366 10 61
Binary 1110101 1110011 10000111 1101 1111 0 101111 11110110 1000 110001

Color Harmonies of #757387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757387

Black with #757387

Text Example


Text Example

White with #757387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757387; }

 p { color: rgb(117,115,135); }

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

background-color css

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

 a { background-color: rgb(117,115,135); }

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

border-color css

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

 span { border-color: rgb(117,115,135); }

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