Html Css Color HEX #74717F Dolphin

📋 copy color: '#74717F'

red 116 ◦ green 113 ◦ blue 127

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

Shades of Dolphin #74717F

Tints of Dolphin #74717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.67%

R = 32.58%
G = 31.74%
B = 35.67%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74717F (or 0x74717F) is known color: Dolphin. HEX triplet: 74, 71 and 7F. RGB value is (116,113,127). Sum of RGB (Red+Green+Blue) = 116+113+127=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 127 - color contains mainly: blue. Hex color #74717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74717F is #8B8E80. Grayscale: #737373. Windows color (decimal): -9145985 or 8352116. OLE color: 8352116.

HSL color Cylindrical-coordinate representation of color #74717F: hue angle of 252.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #74717F is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 113 127 -
CMYK 0.09 0.11 0 0.50
HSL 252.86º 0.06% 0.47% -
HSV(B) 252.86º 0.11% 0.5% -
XYZ 16.94 17.06 22.48 -
YUV 115.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 116 113 127 0.09 0.11 0 0.50 252.86 0.06 0.47
Hex 74 71 7F 9 B 0 32 FD 6 2F
Octal 164 161 177 11 13 0 62 375 6 57
Binary 1110100 1110001 1111111 1001 1011 0 110010 11111101 110 101111

Color Harmonies of #74717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74717F

Black with #74717F

Text Example


Text Example

White with #74717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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