Html Css Color HEX #74727C Dolphin

📋 copy color: '#74727C'

red 116 ◦ green 114 ◦ blue 124

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

Shades of Dolphin #74727C

Tints of Dolphin #74727C

RGB

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

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

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

R = 32.77%
G = 32.2%
B = 35.03%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74727C (or 0x74727C) is known color: Dolphin. HEX triplet: 74, 72 and 7C. RGB value is (116,114,124). Sum of RGB (Red+Green+Blue) = 116+114+124=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 124 - color contains mainly: blue. Hex color #74727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74727C is #8B8D83. Grayscale: #737373. Windows color (decimal): -9145732 or 8155764. OLE color: 8155764.

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

Color convert

RGB 116 114 124 -
CMYK 0.06 0.08 0 0.51
HSL 252º 0.04% 0.47% -
HSV(B) 252º 0.08% 0.49% -
XYZ 16.86 17.2 21.5 -
YUV 115.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 116 114 124 0.06 0.08 0 0.51 252 0.04 0.47
Hex 74 72 7C 6 8 0 33 FC 4 2F
Octal 164 162 174 6 10 0 63 374 4 57
Binary 1110100 1110010 1111100 110 1000 0 110011 11111100 100 101111

Color Harmonies of #74727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74727C

Black with #74727C

Text Example


Text Example

White with #74727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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