Html Css Color HEX #747285 Dolphin

📋 copy color: '#747285'

red 116 ◦ green 114 ◦ blue 133

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

Shades of Dolphin #747285

Tints of Dolphin #747285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 31.96%
G = 31.4%
B = 36.64%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#747285 (or 0x747285) is known color: Dolphin. HEX triplet: 74, 72 and 85. RGB value is (116,114,133). Sum of RGB (Red+Green+Blue) = 116+114+133=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: blue. Hex color #747285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747285 is #8B8D7A. Grayscale: #747474. Windows color (decimal): -9145723 or 8745588. OLE color: 8745588.

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

Color convert

RGB 116 114 133 -
CMYK 0.13 0.14 0 0.48
HSL 246.32º 0.08% 0.48% -
HSV(B) 246.32º 0.14% 0.52% -
XYZ 17.45 17.44 24.64 -
YUV 116.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 116 114 133 0.13 0.14 0 0.48 246.32 0.08 0.48
Hex 74 72 85 D E 0 30 F6 8 30
Octal 164 162 205 15 16 0 60 366 10 60
Binary 1110100 1110010 10000101 1101 1110 0 110000 11110110 1000 110000

Color Harmonies of #747285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747285

Black with #747285

Text Example


Text Example

White with #747285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747285; }

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

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

background-color css

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

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

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

border-color css

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

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

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