Html Css Color HEX #74717C Dolphin

📋 copy color: '#74717C'

red 116 ◦ green 113 ◦ blue 124

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

Shades of Dolphin #74717C

Tints of Dolphin #74717C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 32.86%
G = 32.01%
B = 35.13%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74717C (or 0x74717C) is known color: Dolphin. HEX triplet: 74, 71 and 7C. RGB value is (116,113,124). Sum of RGB (Red+Green+Blue) = 116+113+124=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 124 - color contains mainly: blue. Hex color #74717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74717C is #8B8E83. Grayscale: #737373. Windows color (decimal): -9145988 or 8155508. OLE color: 8155508.

HSL color Cylindrical-coordinate representation of color #74717C: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #74717C is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 113 124 -
CMYK 0.06 0.09 0 0.51
HSL 256.36º 0.05% 0.46% -
HSV(B) 256.36º 0.09% 0.49% -
XYZ 16.75 16.98 21.46 -
YUV 115.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 116 113 124 0.06 0.09 0 0.51 256.36 0.05 0.46
Hex 74 71 7C 6 9 0 33 100 5 2E
Octal 164 161 174 6 11 0 63 400 5 56
Binary 1110100 1110001 1111100 110 1001 0 110011 100000000 101 101110

Color Harmonies of #74717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74717C

Black with #74717C

Text Example


Text Example

White with #74717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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