Html Css Color HEX #7A797F Dolphin

📋 copy color: '#7A797F'

red 122 ◦ green 121 ◦ blue 127

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

Shades of Dolphin #7A797F

Tints of Dolphin #7A797F

RGB

 RED value IS 122 (48.05% from 255) = 32.97%

 GREEN value IS 121 (47.66% from 255) = 32.7%

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

R = 32.97%
G = 32.7%
B = 34.32%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7A797F (or 0x7A797F) is known color: Dolphin. HEX triplet: 7A, 79 and 7F. RGB value is (122,121,127). Sum of RGB (Red+Green+Blue) = 122+121+127=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A797F is #858680. Grayscale: #797979. Windows color (decimal): -8750721 or 8354170. OLE color: 8354170.

HSL color Cylindrical-coordinate representation of color #7A797F: hue angle of 250º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7A797F is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 122 121 127 -
CMYK 0.04 0.05 0 0.50
HSL 250º 0.02% 0.49% -
HSV(B) 250º 0.05% 0.5% -
XYZ 18.69 19.34 22.83 -
YUV 121.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 122 121 127 0.04 0.05 0 0.50 250 0.02 0.49
Hex 7A 79 7F 4 5 0 32 FA 2 31
Octal 172 171 177 4 5 0 62 372 2 61
Binary 1111010 1111001 1111111 100 101 0 110010 11111010 10 110001

Color Harmonies of #7A797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A797F

Black with #7A797F

Text Example


Text Example

White with #7A797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A797F; }

 p { color: rgb(122,121,127); }

 H1.HeaderClassName
 {
   color: #7A797F;
 }
 .AnyTagClassName
 {
   color: #7A797F;
 }
</style>

background-color css

<style>
 a { background-color: #7A797F; }

 a { background-color: rgb(122,121,127); }

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

border-color css

<style>
 span { border-color: #7A797F; }

 span { border-color: rgb(122,121,127); }

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