Html Css Color HEX #757386 Dolphin

📋 copy color: '#757386'

red 117 ◦ green 115 ◦ blue 134

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

Shades of Dolphin #757386

Tints of Dolphin #757386

RGB

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

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

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

R = 31.97%
G = 31.42%
B = 36.61%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#757386 (or 0x757386) is known color: Dolphin. HEX triplet: 75, 73 and 86. RGB value is (117,115,134). Sum of RGB (Red+Green+Blue) = 117+115+134=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 134 - color contains mainly: blue. Hex color #757386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757386 is #8A8C79. Grayscale: #757575. Windows color (decimal): -9079930 or 8811381. OLE color: 8811381.

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

Color convert

RGB 117 115 134 -
CMYK 0.13 0.14 0 0.47
HSL 246.32º 0.08% 0.49% -
HSV(B) 246.32º 0.14% 0.53% -
XYZ 17.77 17.76 25.05 -
YUV 117.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 117 115 134 0.13 0.14 0 0.47 246.32 0.08 0.49
Hex 75 73 86 D E 0 2F F6 8 31
Octal 165 163 206 15 16 0 57 366 10 61
Binary 1110101 1110011 10000110 1101 1110 0 101111 11110110 1000 110001

Color Harmonies of #757386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757386

Black with #757386

Text Example


Text Example

White with #757386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757386; }

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

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

background-color css

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

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

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

border-color css

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

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

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