Html Css Color HEX #757381 Dolphin

📋 copy color: '#757381'

red 117 ◦ green 115 ◦ blue 129

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

Shades of Dolphin #757381

Tints of Dolphin #757381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 32.41%
G = 31.86%
B = 35.73%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#757381 (or 0x757381) is known color: Dolphin. HEX triplet: 75, 73 and 81. RGB value is (117,115,129). Sum of RGB (Red+Green+Blue) = 117+115+129=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 129 - color contains mainly: blue. Hex color #757381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757381 is #8A8C7E. Grayscale: #757575. Windows color (decimal): -9079935 or 8483701. OLE color: 8483701.

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

Color convert

RGB 117 115 129 -
CMYK 0.09 0.11 0 0.49
HSL 248.57º 0.06% 0.48% -
HSV(B) 248.57º 0.11% 0.51% -
XYZ 17.43 17.63 23.25 -
YUV 117.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 117 115 129 0.09 0.11 0 0.49 248.57 0.06 0.48
Hex 75 73 81 9 B 0 31 F9 6 30
Octal 165 163 201 11 13 0 61 371 6 60
Binary 1110101 1110011 10000001 1001 1011 0 110001 11111001 110 110000

Color Harmonies of #757381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757381

Black with #757381

Text Example


Text Example

White with #757381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757381; }

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

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

background-color css

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

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

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

border-color css

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

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

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