Html Css Color HEX #747081 Dolphin

📋 copy color: '#747081'

red 116 ◦ green 112 ◦ blue 129

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

Shades of Dolphin #747081

Tints of Dolphin #747081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.13%

R = 32.49%
G = 31.37%
B = 36.13%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#747081 (or 0x747081) is known color: Dolphin. HEX triplet: 74, 70 and 81. RGB value is (116,112,129). Sum of RGB (Red+Green+Blue) = 116+112+129=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 129 - color contains mainly: blue. Hex color #747081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747081 is #8B8F7E. Grayscale: #737373. Windows color (decimal): -9146239 or 8482932. OLE color: 8482932.

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

Color convert

RGB 116 112 129 -
CMYK 0.10 0.13 0 0.49
HSL 254.12º 0.07% 0.47% -
HSV(B) 254.12º 0.13% 0.51% -
XYZ 16.96 16.89 23.13 -
YUV 115.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 116 112 129 0.10 0.13 0 0.49 254.12 0.07 0.47
Hex 74 70 81 A D 0 31 FE 7 2F
Octal 164 160 201 12 15 0 61 376 7 57
Binary 1110100 1110000 10000001 1010 1101 0 110001 11111110 111 101111

Color Harmonies of #747081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747081

Black with #747081

Text Example


Text Example

White with #747081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747081; }

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

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

background-color css

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

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

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

border-color css

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

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

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