Html Css Color HEX #74727E Dolphin

📋 copy color: '#74727E'

red 116 ◦ green 114 ◦ blue 126

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

Shades of Dolphin #74727E

Tints of Dolphin #74727E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.39%

R = 32.58%
G = 32.02%
B = 35.39%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74727E (or 0x74727E) is known color: Dolphin. HEX triplet: 74, 72 and 7E. RGB value is (116,114,126). Sum of RGB (Red+Green+Blue) = 116+114+126=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 126 - color contains mainly: blue. Hex color #74727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74727E is #8B8D81. Grayscale: #737373. Windows color (decimal): -9145730 or 8286836. OLE color: 8286836.

HSL color Cylindrical-coordinate representation of color #74727E: hue angle of 250º 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 #74727E is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 114 126 -
CMYK 0.08 0.10 0 0.51
HSL 250º 0.05% 0.47% -
HSV(B) 250º 0.1% 0.49% -
XYZ 16.99 17.25 22.17 -
YUV 115.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 116 114 126 0.08 0.10 0 0.51 250 0.05 0.47
Hex 74 72 7E 8 A 0 33 FA 5 2F
Octal 164 162 176 10 12 0 63 372 5 57
Binary 1110100 1110010 1111110 1000 1010 0 110011 11111010 101 101111

Color Harmonies of #74727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74727E

Black with #74727E

Text Example


Text Example

White with #74727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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