Html Css Color HEX #77777D Dolphin

📋 copy color: '#77777D'

red 119 ◦ green 119 ◦ blue 125

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

Shades of Dolphin #77777D

Tints of Dolphin #77777D

RGB

 RED value IS 119 (46.88% from 255) = 32.78%

 GREEN value IS 119 (46.88% from 255) = 32.78%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 32.78%
G = 32.78%
B = 34.44%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77777D (or 0x77777D) is known color: Dolphin. HEX triplet: 77, 77 and 7D. RGB value is (119,119,125). Sum of RGB (Red+Green+Blue) = 119+119+125=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 125 - color contains mainly: blue. Hex color #77777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77777D is #888882. Grayscale: #777777. Windows color (decimal): -8947843 or 8222583. OLE color: 8222583.

HSL color Cylindrical-coordinate representation of color #77777D: hue angle of 240º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #77777D is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 119 125 -
CMYK 0.05 0.05 0 0.51
HSL 240º 0.02% 0.48% -
HSV(B) 240º 0.05% 0.49% -
XYZ 17.91 18.6 22.05 -
YUV 119.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 119 119 125 0.05 0.05 0 0.51 240 0.02 0.48
Hex 77 77 7D 5 5 0 33 F0 2 30
Octal 167 167 175 5 5 0 63 360 2 60
Binary 1110111 1110111 1111101 101 101 0 110011 11110000 10 110000

Color Harmonies of #77777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77777D

Black with #77777D

Text Example


Text Example

White with #77777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77777D; }

 p { color: rgb(119,119,125); }

 H1.HeaderClassName
 {
   color: #77777D;
 }
 .AnyTagClassName
 {
   color: #77777D;
 }
</style>

background-color css

<style>
 a { background-color: #77777D; }

 a { background-color: rgb(119,119,125); }

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

border-color css

<style>
 span { border-color: #77777D; }

 span { border-color: rgb(119,119,125); }

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