Html Css Color HEX #757084 Dolphin

📋 copy color: '#757084'

red 117 ◦ green 112 ◦ blue 132

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

Shades of Dolphin #757084

Tints of Dolphin #757084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

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

R = 32.41%
G = 31.02%
B = 36.57%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#757084 (or 0x757084) is known color: Dolphin. HEX triplet: 75, 70 and 84. RGB value is (117,112,132). Sum of RGB (Red+Green+Blue) = 117+112+132=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #757084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757084 is #8A8F7B. Grayscale: #737373. Windows color (decimal): -9080700 or 8679541. OLE color: 8679541.

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

Color convert

RGB 117 112 132 -
CMYK 0.11 0.15 0 0.48
HSL 255º 0.08% 0.48% -
HSV(B) 255º 0.15% 0.52% -
XYZ 17.3 17.04 24.21 -
YUV 115.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 117 112 132 0.11 0.15 0 0.48 255 0.08 0.48
Hex 75 70 84 B F 0 30 FF 8 30
Octal 165 160 204 13 17 0 60 377 10 60
Binary 1110101 1110000 10000100 1011 1111 0 110000 11111111 1000 110000

Color Harmonies of #757084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757084

Black with #757084

Text Example


Text Example

White with #757084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757084; }

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

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

background-color css

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

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

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

border-color css

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

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

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