Html Css Color HEX #757384 Dolphin

📋 copy color: '#757384'

red 117 ◦ green 115 ◦ blue 132

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

Shades of Dolphin #757384

Tints of Dolphin #757384

RGB

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

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

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

R = 32.14%
G = 31.59%
B = 36.26%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#757384 (or 0x757384) is known color: Dolphin. HEX triplet: 75, 73 and 84. RGB value is (117,115,132). Sum of RGB (Red+Green+Blue) = 117+115+132=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #757384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757384 is #8A8C7B. Grayscale: #757575. Windows color (decimal): -9079932 or 8680309. OLE color: 8680309.

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

Color convert

RGB 117 115 132 -
CMYK 0.11 0.13 0 0.48
HSL 247.06º 0.07% 0.48% -
HSV(B) 247.06º 0.13% 0.52% -
XYZ 17.63 17.71 24.32 -
YUV 117.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 117 115 132 0.11 0.13 0 0.48 247.06 0.07 0.48
Hex 75 73 84 B D 0 30 F7 7 30
Octal 165 163 204 13 15 0 60 367 7 60
Binary 1110101 1110011 10000100 1011 1101 0 110000 11110111 111 110000

Color Harmonies of #757384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757384

Black with #757384

Text Example


Text Example

White with #757384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757384; }

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

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

background-color css

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

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

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

border-color css

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

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

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