Html Css Color HEX #747384 Dolphin

📋 copy color: '#747384'

red 116 ◦ green 115 ◦ blue 132

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

Shades of Dolphin #747384

Tints of Dolphin #747384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.36%

R = 31.96%
G = 31.68%
B = 36.36%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#747384 (or 0x747384) is known color: Dolphin. HEX triplet: 74, 73 and 84. RGB value is (116,115,132). Sum of RGB (Red+Green+Blue) = 116+115+132=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #747384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747384 is #8B8C7B. Grayscale: #757575. Windows color (decimal): -9145468 or 8680308. OLE color: 8680308.

HSL color Cylindrical-coordinate representation of color #747384: hue angle of 243.53º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747384 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 115 132 -
CMYK 0.12 0.13 0 0.48
HSL 243.53º 0.07% 0.48% -
HSV(B) 243.53º 0.13% 0.52% -
XYZ 17.5 17.64 24.31 -
YUV 117.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 116 115 132 0.12 0.13 0 0.48 243.53 0.07 0.48
Hex 74 73 84 C D 0 30 F4 7 30
Octal 164 163 204 14 15 0 60 364 7 60
Binary 1110100 1110011 10000100 1100 1101 0 110000 11110100 111 110000

Color Harmonies of #747384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747384

Black with #747384

Text Example


Text Example

White with #747384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747384; }

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

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

background-color css

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

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

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

border-color css

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

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

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