Html Css Color HEX #747287 Dolphin

📋 copy color: '#747287'

red 116 ◦ green 114 ◦ blue 135

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

Shades of Dolphin #747287

Tints of Dolphin #747287

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.23%

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

R = 31.78%
G = 31.23%
B = 36.99%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#747287 (or 0x747287) is known color: Dolphin. HEX triplet: 74, 72 and 87. RGB value is (116,114,135). Sum of RGB (Red+Green+Blue) = 116+114+135=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 135 - color contains mainly: blue. Hex color #747287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747287 is #8B8D78. Grayscale: #747474. Windows color (decimal): -9145721 or 8876660. OLE color: 8876660.

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

Color convert

RGB 116 114 135 -
CMYK 0.14 0.16 0 0.47
HSL 245.71º 0.08% 0.49% -
HSV(B) 245.71º 0.16% 0.53% -
XYZ 17.59 17.5 25.37 -
YUV 116.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 116 114 135 0.14 0.16 0 0.47 245.71 0.08 0.49
Hex 74 72 87 E 10 0 2F F6 8 31
Octal 164 162 207 16 20 0 57 366 10 61
Binary 1110100 1110010 10000111 1110 10000 0 101111 11110110 1000 110001

Color Harmonies of #747287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747287

Black with #747287

Text Example


Text Example

White with #747287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747287; }

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

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

background-color css

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

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

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

border-color css

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

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

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