Html Css Color HEX #74717D Dolphin

📋 copy color: '#74717D'

red 116 ◦ green 113 ◦ blue 125

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

Shades of Dolphin #74717D

Tints of Dolphin #74717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 32.77%
G = 31.92%
B = 35.31%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74717D (or 0x74717D) is known color: Dolphin. HEX triplet: 74, 71 and 7D. RGB value is (116,113,125). Sum of RGB (Red+Green+Blue) = 116+113+125=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 125 - color contains mainly: blue. Hex color #74717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74717D is #8B8E82. Grayscale: #737373. Windows color (decimal): -9145987 or 8221044. OLE color: 8221044.

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

Color convert

RGB 116 113 125 -
CMYK 0.07 0.10 0 0.51
HSL 255º 0.05% 0.47% -
HSV(B) 255º 0.1% 0.49% -
XYZ 16.81 17 21.8 -
YUV 115.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 116 113 125 0.07 0.10 0 0.51 255 0.05 0.47
Hex 74 71 7D 7 A 0 33 FF 5 2F
Octal 164 161 175 7 12 0 63 377 5 57
Binary 1110100 1110001 1111101 111 1010 0 110011 11111111 101 101111

Color Harmonies of #74717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74717D

Black with #74717D

Text Example


Text Example

White with #74717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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