Html Css Color HEX #757185 Dolphin

📋 copy color: '#757185'

red 117 ◦ green 113 ◦ blue 133

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

Shades of Dolphin #757185

Tints of Dolphin #757185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 32.23%
G = 31.13%
B = 36.64%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#757185 (or 0x757185) is known color: Dolphin. HEX triplet: 75, 71 and 85. RGB value is (117,113,133). Sum of RGB (Red+Green+Blue) = 117+113+133=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: blue. Hex color #757185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757185 is #8A8E7A. Grayscale: #747474. Windows color (decimal): -9080443 or 8745333. OLE color: 8745333.

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

Color convert

RGB 117 113 133 -
CMYK 0.12 0.15 0 0.48
HSL 252º 0.08% 0.48% -
HSV(B) 252º 0.15% 0.52% -
XYZ 17.47 17.29 24.61 -
YUV 116.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 117 113 133 0.12 0.15 0 0.48 252 0.08 0.48
Hex 75 71 85 C F 0 30 FC 8 30
Octal 165 161 205 14 17 0 60 374 10 60
Binary 1110101 1110001 10000101 1100 1111 0 110000 11111100 1000 110000

Color Harmonies of #757185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757185

Black with #757185

Text Example


Text Example

White with #757185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757185; }

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

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

background-color css

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

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

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

border-color css

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

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

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