Html Css Color HEX #757383 Dolphin

📋 copy color: '#757383'

red 117 ◦ green 115 ◦ blue 131

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

Shades of Dolphin #757383

Tints of Dolphin #757383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 32.23%
G = 31.68%
B = 36.09%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#757383 (or 0x757383) is known color: Dolphin. HEX triplet: 75, 73 and 83. RGB value is (117,115,131). Sum of RGB (Red+Green+Blue) = 117+115+131=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 131 - color contains mainly: blue. Hex color #757383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757383 is #8A8C7C. Grayscale: #757575. Windows color (decimal): -9079933 or 8614773. OLE color: 8614773.

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

Color convert

RGB 117 115 131 -
CMYK 0.11 0.12 0 0.49
HSL 247.5º 0.07% 0.48% -
HSV(B) 247.5º 0.12% 0.51% -
XYZ 17.56 17.68 23.96 -
YUV 117.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 117 115 131 0.11 0.12 0 0.49 247.5 0.07 0.48
Hex 75 73 83 B C 0 31 F8 7 30
Octal 165 163 203 13 14 0 61 370 7 60
Binary 1110101 1110011 10000011 1011 1100 0 110001 11111000 111 110000

Color Harmonies of #757383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757383

Black with #757383

Text Example


Text Example

White with #757383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757383; }

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

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

background-color css

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

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

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

border-color css

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

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

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