Html Css Color HEX #757489 Dolphin

📋 copy color: '#757489'

red 117 ◦ green 116 ◦ blue 137

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

Shades of Dolphin #757489

Tints of Dolphin #757489

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

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

R = 31.62%
G = 31.35%
B = 37.03%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#757489 (or 0x757489) is known color: Dolphin. HEX triplet: 75, 74 and 89. RGB value is (117,116,137). Sum of RGB (Red+Green+Blue) = 117+116+137=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #757489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757489 is #8A8B76. Grayscale: #767676. Windows color (decimal): -9079671 or 9008245. OLE color: 9008245.

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

Color convert

RGB 117 116 137 -
CMYK 0.15 0.15 0 0.46
HSL 242.86º 0.08% 0.5% -
HSV(B) 242.86º 0.15% 0.54% -
XYZ 18.1 18.08 26.2 -
YUV 118.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 117 116 137 0.15 0.15 0 0.46 242.86 0.08 0.5
Hex 75 74 89 F F 0 2E F3 8 32
Octal 165 164 211 17 17 0 56 363 10 62
Binary 1110101 1110100 10001001 1111 1111 0 101110 11110011 1000 110010

Color Harmonies of #757489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757489

Black with #757489

Text Example


Text Example

White with #757489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757489; }

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

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

background-color css

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

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

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

border-color css

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

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

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