Html Css Color HEX #747084 Dolphin

📋 copy color: '#747084'

red 116 ◦ green 112 ◦ blue 132

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

Shades of Dolphin #747084

Tints of Dolphin #747084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

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

R = 32.22%
G = 31.11%
B = 36.67%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#747084 (or 0x747084) is known color: Dolphin. HEX triplet: 74, 70 and 84. RGB value is (116,112,132). Sum of RGB (Red+Green+Blue) = 116+112+132=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #747084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747084 is #8B8F7B. Grayscale: #737373. Windows color (decimal): -9146236 or 8679540. OLE color: 8679540.

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

Color convert

RGB 116 112 132 -
CMYK 0.12 0.15 0 0.48
HSL 252º 0.08% 0.48% -
HSV(B) 252º 0.15% 0.52% -
XYZ 17.16 16.97 24.2 -
YUV 115.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 116 112 132 0.12 0.15 0 0.48 252 0.08 0.48
Hex 74 70 84 C F 0 30 FC 8 30
Octal 164 160 204 14 17 0 60 374 10 60
Binary 1110100 1110000 10000100 1100 1111 0 110000 11111100 1000 110000

Color Harmonies of #747084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747084

Black with #747084

Text Example


Text Example

White with #747084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747084; }

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

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

background-color css

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

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

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

border-color css

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

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

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