Html Css Color HEX #74707C Dolphin

📋 copy color: '#74707C'

red 116 ◦ green 112 ◦ blue 124

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

Shades of Dolphin #74707C

Tints of Dolphin #74707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

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

R = 32.95%
G = 31.82%
B = 35.23%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74707C (or 0x74707C) is known color: Dolphin. HEX triplet: 74, 70 and 7C. RGB value is (116,112,124). Sum of RGB (Red+Green+Blue) = 116+112+124=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: blue. Hex color #74707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74707C is #8B8F83. Grayscale: #727272. Windows color (decimal): -9146244 or 8155252. OLE color: 8155252.

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

Color convert

RGB 116 112 124 -
CMYK 0.06 0.10 0 0.51
HSL 260º 0.05% 0.46% -
HSV(B) 260º 0.1% 0.49% -
XYZ 16.63 16.76 21.43 -
YUV 114.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 116 112 124 0.06 0.10 0 0.51 260 0.05 0.46
Hex 74 70 7C 6 A 0 33 104 5 2E
Octal 164 160 174 6 12 0 63 404 5 56
Binary 1110100 1110000 1111100 110 1010 0 110011 100000100 101 101110

Color Harmonies of #74707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74707C

Black with #74707C

Text Example


Text Example

White with #74707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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