Html Css Color HEX #757284 Dolphin

📋 copy color: '#757284'

red 117 ◦ green 114 ◦ blue 132

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

Shades of Dolphin #757284

Tints of Dolphin #757284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

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

R = 32.23%
G = 31.4%
B = 36.36%

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

#757284 (or 0x757284) is known color: Dolphin. HEX triplet: 75, 72 and 84. RGB value is (117,114,132). Sum of RGB (Red+Green+Blue) = 117+114+132=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #757284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757284 is #8A8D7B. Grayscale: #747474. Windows color (decimal): -9080188 or 8680053. OLE color: 8680053.

HSL color Cylindrical-coordinate representation of color #757284: hue angle of 250º degrees, saturation: 0.07, 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 #757284 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 114 132 -
CMYK 0.11 0.14 0 0.48
HSL 250º 0.07% 0.48% -
HSV(B) 250º 0.14% 0.52% -
XYZ 17.52 17.48 24.28 -
YUV 116.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 117 114 132 0.11 0.14 0 0.48 250 0.07 0.48
Hex 75 72 84 B E 0 30 FA 7 30
Octal 165 162 204 13 16 0 60 372 7 60
Binary 1110101 1110010 10000100 1011 1110 0 110000 11111010 111 110000

Color Harmonies of #757284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757284

Black with #757284

Text Example


Text Example

White with #757284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757284; }

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

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

background-color css

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

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

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

border-color css

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

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

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