Html Css Color HEX #747182 Dolphin

📋 copy color: '#747182'

red 116 ◦ green 113 ◦ blue 130

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

Shades of Dolphin #747182

Tints of Dolphin #747182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.48%

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

R = 32.31%
G = 31.48%
B = 36.21%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#747182 (or 0x747182) is known color: Dolphin. HEX triplet: 74, 71 and 82. RGB value is (116,113,130). Sum of RGB (Red+Green+Blue) = 116+113+130=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #747182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747182 is #8B8E7D. Grayscale: #737373. Windows color (decimal): -9145982 or 8548724. OLE color: 8548724.

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

Color convert

RGB 116 113 130 -
CMYK 0.11 0.13 0 0.49
HSL 250.59º 0.07% 0.48% -
HSV(B) 250.59º 0.13% 0.51% -
XYZ 17.14 17.13 23.52 -
YUV 115.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 116 113 130 0.11 0.13 0 0.49 250.59 0.07 0.48
Hex 74 71 82 B D 0 31 FB 7 30
Octal 164 161 202 13 15 0 61 373 7 60
Binary 1110100 1110001 10000010 1011 1101 0 110001 11111011 111 110000

Color Harmonies of #747182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747182

Black with #747182

Text Example


Text Example

White with #747182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747182; }

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

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

background-color css

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

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

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

border-color css

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

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

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