Html Css Color HEX #757584 Dolphin

📋 copy color: '#757584'

red 117 ◦ green 117 ◦ blue 132

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

Shades of Dolphin #757584

Tints of Dolphin #757584

RGB

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

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

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

R = 31.97%
G = 31.97%
B = 36.07%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#757584 (or 0x757584) is known color: Dolphin. HEX triplet: 75, 75 and 84. RGB value is (117,117,132). Sum of RGB (Red+Green+Blue) = 117+117+132=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 132 - color contains mainly: blue. Hex color #757584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757584 is #8A8A7B. Grayscale: #767676. Windows color (decimal): -9079420 or 8680821. OLE color: 8680821.

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

Color convert

RGB 117 117 132 -
CMYK 0.11 0.11 0 0.48
HSL 240º 0.06% 0.49% -
HSV(B) 240º 0.11% 0.52% -
XYZ 17.86 18.17 24.4 -
YUV 118.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 117 117 132 0.11 0.11 0 0.48 240 0.06 0.49
Hex 75 75 84 B B 0 30 F0 6 31
Octal 165 165 204 13 13 0 60 360 6 61
Binary 1110101 1110101 10000100 1011 1011 0 110000 11110000 110 110001

Color Harmonies of #757584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757584

Black with #757584

Text Example


Text Example

White with #757584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757584; }

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

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

background-color css

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

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

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

border-color css

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

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

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