Html Css Color HEX #747387 Dolphin

📋 copy color: '#747387'

red 116 ◦ green 115 ◦ blue 135

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

Shades of Dolphin #747387

Tints of Dolphin #747387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.89%

R = 31.69%
G = 31.42%
B = 36.89%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#747387 (or 0x747387) is known color: Dolphin. HEX triplet: 74, 73 and 87. RGB value is (116,115,135). Sum of RGB (Red+Green+Blue) = 116+115+135=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #747387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747387 is #8B8C78. Grayscale: #757575. Windows color (decimal): -9145465 or 8876916. OLE color: 8876916.

HSL color Cylindrical-coordinate representation of color #747387: hue angle of 243º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #747387 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 115 135 -
CMYK 0.14 0.15 0 0.47
HSL 243º 0.08% 0.49% -
HSV(B) 243º 0.15% 0.53% -
XYZ 17.71 17.72 25.41 -
YUV 117.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 116 115 135 0.14 0.15 0 0.47 243 0.08 0.49
Hex 74 73 87 E F 0 2F F3 8 31
Octal 164 163 207 16 17 0 57 363 10 61
Binary 1110100 1110011 10000111 1110 1111 0 101111 11110011 1000 110001

Color Harmonies of #747387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747387

Black with #747387

Text Example


Text Example

White with #747387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747387; }

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

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

background-color css

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

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

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

border-color css

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

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

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