Html Css Color HEX #757186 Dolphin

📋 copy color: '#757186'

red 117 ◦ green 113 ◦ blue 134

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

Shades of Dolphin #757186

Tints of Dolphin #757186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.04%

 BLUE value IS 134 (52.73% from 255) = 36.81%

R = 32.14%
G = 31.04%
B = 36.81%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#757186 (or 0x757186) is known color: Dolphin. HEX triplet: 75, 71 and 86. RGB value is (117,113,134). Sum of RGB (Red+Green+Blue) = 117+113+134=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 134 - color contains mainly: blue. Hex color #757186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757186 is #8A8E79. Grayscale: #747474. Windows color (decimal): -9080442 or 8810869. OLE color: 8810869.

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

Color convert

RGB 117 113 134 -
CMYK 0.13 0.16 0 0.47
HSL 251.43º 0.09% 0.48% -
HSV(B) 251.43º 0.16% 0.53% -
XYZ 17.54 17.31 24.97 -
YUV 116.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 117 113 134 0.13 0.16 0 0.47 251.43 0.09 0.48
Hex 75 71 86 D 10 0 2F FB 9 30
Octal 165 161 206 15 20 0 57 373 11 60
Binary 1110101 1110001 10000110 1101 10000 0 101111 11111011 1001 110000

Color Harmonies of #757186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757186

Black with #757186

Text Example


Text Example

White with #757186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757186; }

 p { color: rgb(117,113,134); }

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

background-color css

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

 a { background-color: rgb(117,113,134); }

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

border-color css

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

 span { border-color: rgb(117,113,134); }

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