Html Css Color HEX #757184 Dolphin

📋 copy color: '#757184'

red 117 ◦ green 113 ◦ blue 132

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

Shades of Dolphin #757184

Tints of Dolphin #757184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.46%

R = 32.32%
G = 31.22%
B = 36.46%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#757184 (or 0x757184) is known color: Dolphin. HEX triplet: 75, 71 and 84. RGB value is (117,113,132). Sum of RGB (Red+Green+Blue) = 117+113+132=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #757184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757184 is #8A8E7B. Grayscale: #747474. Windows color (decimal): -9080444 or 8679797. OLE color: 8679797.

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

Color convert

RGB 117 113 132 -
CMYK 0.11 0.14 0 0.48
HSL 252.63º 0.08% 0.48% -
HSV(B) 252.63º 0.14% 0.52% -
XYZ 17.41 17.26 24.24 -
YUV 116.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 117 113 132 0.11 0.14 0 0.48 252.63 0.08 0.48
Hex 75 71 84 B E 0 30 FD 8 30
Octal 165 161 204 13 16 0 60 375 10 60
Binary 1110101 1110001 10000100 1011 1110 0 110000 11111101 1000 110000

Color Harmonies of #757184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757184

Black with #757184

Text Example


Text Example

White with #757184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757184; }

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

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

background-color css

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

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

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

border-color css

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

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

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