Html Css Color HEX #747382 Dolphin

📋 copy color: '#747382'

red 116 ◦ green 115 ◦ blue 130

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

Shades of Dolphin #747382

Tints of Dolphin #747382

RGB

 RED value IS 116 (45.7% from 255) = 32.13%

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

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

R = 32.13%
G = 31.86%
B = 36.01%

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

#747382 (or 0x747382) is known color: Dolphin. HEX triplet: 74, 73 and 82. RGB value is (116,115,130). Sum of RGB (Red+Green+Blue) = 116+115+130=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #747382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747382 is #8B8C7D. Grayscale: #747474. Windows color (decimal): -9145470 or 8549236. OLE color: 8549236.

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

Color convert

RGB 116 115 130 -
CMYK 0.11 0.12 0 0.49
HSL 244º 0.06% 0.48% -
HSV(B) 244º 0.12% 0.51% -
XYZ 17.36 17.59 23.6 -
YUV 117.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 116 115 130 0.11 0.12 0 0.49 244 0.06 0.48
Hex 74 73 82 B C 0 31 F4 6 30
Octal 164 163 202 13 14 0 61 364 6 60
Binary 1110100 1110011 10000010 1011 1100 0 110001 11110100 110 110000

Color Harmonies of #747382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747382

Black with #747382

Text Example


Text Example

White with #747382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747382; }

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

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

background-color css

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

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

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

border-color css

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

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

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