Html Css Color HEX #757382 Dolphin

📋 copy color: '#757382'

red 117 ◦ green 115 ◦ blue 130

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

Shades of Dolphin #757382

Tints of Dolphin #757382

RGB

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

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

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

R = 32.32%
G = 31.77%
B = 35.91%

CMYK

 C value IS 0.1

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#757382 (or 0x757382) is known color: Dolphin. HEX triplet: 75, 73 and 82. RGB value is (117,115,130). Sum of RGB (Red+Green+Blue) = 117+115+130=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: blue. Hex color #757382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757382 is #8A8C7D. Grayscale: #757575. Windows color (decimal): -9079934 or 8549237. OLE color: 8549237.

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

Color convert

RGB 117 115 130 -
CMYK 0.1 0.12 0 0.49
HSL 248º 0.06% 0.48% -
HSV(B) 248º 0.12% 0.51% -
XYZ 17.5 17.66 23.6 -
YUV 117.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 117 115 130 0.1 0.12 0 0.49 248 0.06 0.48
Hex 75 73 82 A C 0 31 F8 6 30
Octal 165 163 202 12 14 0 61 370 6 60
Binary 1110101 1110011 10000010 1010 1100 0 110001 11111000 110 110000

Color Harmonies of #757382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757382

Black with #757382

Text Example


Text Example

White with #757382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757382; }

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

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

background-color css

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

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

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

border-color css

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

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

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