Html Css Color HEX #757082 Dolphin

📋 copy color: '#757082'

red 117 ◦ green 112 ◦ blue 130

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

Shades of Dolphin #757082

Tints of Dolphin #757082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.21%

R = 32.59%
G = 31.2%
B = 36.21%

CMYK

 C value IS 0.1

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#757082 (or 0x757082) is known color: Dolphin. HEX triplet: 75, 70 and 82. RGB value is (117,112,130). Sum of RGB (Red+Green+Blue) = 117+112+130=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #757082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757082 is #8A8F7D. Grayscale: #737373. Windows color (decimal): -9080702 or 8548469. OLE color: 8548469.

HSL color Cylindrical-coordinate representation of color #757082: hue angle of 256.67º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #757082 is Cyan = 0.1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 112 130 -
CMYK 0.1 0.14 0 0.49
HSL 256.67º 0.07% 0.47% -
HSV(B) 256.67º 0.14% 0.51% -
XYZ 17.16 16.98 23.49 -
YUV 115.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 117 112 130 0.1 0.14 0 0.49 256.67 0.07 0.47
Hex 75 70 82 A E 0 31 101 7 2F
Octal 165 160 202 12 16 0 61 401 7 57
Binary 1110101 1110000 10000010 1010 1110 0 110001 100000001 111 101111

Color Harmonies of #757082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757082

Black with #757082

Text Example


Text Example

White with #757082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757082; }

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

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

background-color css

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

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

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

border-color css

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

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

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