Html Css Color HEX #747381 Dolphin

📋 copy color: '#747381'

red 116 ◦ green 115 ◦ blue 129

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

Shades of Dolphin #747381

Tints of Dolphin #747381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

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

R = 32.22%
G = 31.94%
B = 35.83%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#747381 (or 0x747381) is known color: Dolphin. HEX triplet: 74, 73 and 81. RGB value is (116,115,129). Sum of RGB (Red+Green+Blue) = 116+115+129=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 129 - color contains mainly: blue. Hex color #747381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747381 is #8B8C7E. Grayscale: #747474. Windows color (decimal): -9145471 or 8483700. OLE color: 8483700.

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

Color convert

RGB 116 115 129 -
CMYK 0.10 0.11 0 0.49
HSL 244.29º 0.06% 0.48% -
HSV(B) 244.29º 0.11% 0.51% -
XYZ 17.3 17.56 23.25 -
YUV 116.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 116 115 129 0.10 0.11 0 0.49 244.29 0.06 0.48
Hex 74 73 81 A B 0 31 F4 6 30
Octal 164 163 201 12 13 0 61 364 6 60
Binary 1110100 1110011 10000001 1010 1011 0 110001 11110100 110 110000

Color Harmonies of #747381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747381

Black with #747381

Text Example


Text Example

White with #747381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747381; }

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

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

background-color css

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

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

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

border-color css

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

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

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