Html Css Color HEX #757289 Dolphin

📋 copy color: '#757289'

red 117 ◦ green 114 ◦ blue 137

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

Shades of Dolphin #757289

Tints of Dolphin #757289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 31.79%
G = 30.98%
B = 37.23%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#757289 (or 0x757289) is known color: Dolphin. HEX triplet: 75, 72 and 89. RGB value is (117,114,137). Sum of RGB (Red+Green+Blue) = 117+114+137=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #757289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757289 is #8A8D76. Grayscale: #757575. Windows color (decimal): -9080183 or 9007733. OLE color: 9007733.

HSL color Cylindrical-coordinate representation of color #757289: hue angle of 247.83º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #757289 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 114 137 -
CMYK 0.15 0.17 0 0.46
HSL 247.83º 0.09% 0.49% -
HSV(B) 247.83º 0.17% 0.54% -
XYZ 17.87 17.62 26.13 -
YUV 117.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 117 114 137 0.15 0.17 0 0.46 247.83 0.09 0.49
Hex 75 72 89 F 11 0 2E F8 9 31
Octal 165 162 211 17 21 0 56 370 11 61
Binary 1110101 1110010 10001001 1111 10001 0 101110 11111000 1001 110001

Color Harmonies of #757289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757289

Black with #757289

Text Example


Text Example

White with #757289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757289; }

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

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

background-color css

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

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

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

border-color css

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

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

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