Html Css Color HEX #747082 Dolphin

📋 copy color: '#747082'

red 116 ◦ green 112 ◦ blue 130

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

Shades of Dolphin #747082

Tints of Dolphin #747082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 32.4%
G = 31.28%
B = 36.31%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#747082 (or 0x747082) is known color: Dolphin. HEX triplet: 74, 70 and 82. RGB value is (116,112,130). Sum of RGB (Red+Green+Blue) = 116+112+130=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #747082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747082 is #8B8F7D. Grayscale: #737373. Windows color (decimal): -9146238 or 8548468. OLE color: 8548468.

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

Color convert

RGB 116 112 130 -
CMYK 0.11 0.14 0 0.49
HSL 253.33º 0.07% 0.47% -
HSV(B) 253.33º 0.14% 0.51% -
XYZ 17.03 16.91 23.49 -
YUV 115.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 116 112 130 0.11 0.14 0 0.49 253.33 0.07 0.47
Hex 74 70 82 B E 0 31 FD 7 2F
Octal 164 160 202 13 16 0 61 375 7 57
Binary 1110100 1110000 10000010 1011 1110 0 110001 11111101 111 101111

Color Harmonies of #747082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747082

Black with #747082

Text Example


Text Example

White with #747082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747082; }

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

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

background-color css

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

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

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

border-color css

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

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

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