Html Css Color HEX #747181 Dolphin

📋 copy color: '#747181'

red 116 ◦ green 113 ◦ blue 129

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

Shades of Dolphin #747181

Tints of Dolphin #747181

RGB

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

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

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

R = 32.4%
G = 31.56%
B = 36.03%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#747181 (or 0x747181) is known color: Dolphin. HEX triplet: 74, 71 and 81. RGB value is (116,113,129). Sum of RGB (Red+Green+Blue) = 116+113+129=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 129 - color contains mainly: blue. Hex color #747181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747181 is #8B8E7E. Grayscale: #737373. Windows color (decimal): -9145983 or 8483188. OLE color: 8483188.

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

Color convert

RGB 116 113 129 -
CMYK 0.10 0.12 0 0.49
HSL 251.25º 0.07% 0.47% -
HSV(B) 251.25º 0.12% 0.51% -
XYZ 17.07 17.11 23.17 -
YUV 115.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 116 113 129 0.10 0.12 0 0.49 251.25 0.07 0.47
Hex 74 71 81 A C 0 31 FB 7 2F
Octal 164 161 201 12 14 0 61 373 7 57
Binary 1110100 1110001 10000001 1010 1100 0 110001 11111011 111 101111

Color Harmonies of #747181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747181

Black with #747181

Text Example


Text Example

White with #747181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747181; }

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

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

background-color css

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

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

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

border-color css

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

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

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