Html Css Color HEX #747281 Dolphin

📋 copy color: '#747281'

red 116 ◦ green 114 ◦ blue 129

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

Shades of Dolphin #747281

Tints of Dolphin #747281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

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

R = 32.31%
G = 31.75%
B = 35.93%

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

#747281 (or 0x747281) is known color: Dolphin. HEX triplet: 74, 72 and 81. RGB value is (116,114,129). Sum of RGB (Red+Green+Blue) = 116+114+129=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 129 - color contains mainly: blue. Hex color #747281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747281 is #8B8D7E. Grayscale: #747474. Windows color (decimal): -9145727 or 8483444. OLE color: 8483444.

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

Color convert

RGB 116 114 129 -
CMYK 0.10 0.12 0 0.49
HSL 248º 0.06% 0.48% -
HSV(B) 248º 0.12% 0.51% -
XYZ 17.18 17.33 23.21 -
YUV 116.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 116 114 129 0.10 0.12 0 0.49 248 0.06 0.48
Hex 74 72 81 A C 0 31 F8 6 30
Octal 164 162 201 12 14 0 61 370 6 60
Binary 1110100 1110010 10000001 1010 1100 0 110001 11111000 110 110000

Color Harmonies of #747281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747281

Black with #747281

Text Example


Text Example

White with #747281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747281; }

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

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

background-color css

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

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

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

border-color css

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

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

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