Html Css Color HEX #77777C Dolphin

📋 copy color: '#77777C'

red 119 ◦ green 119 ◦ blue 124

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

Shades of Dolphin #77777C

Tints of Dolphin #77777C

RGB

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

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

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

R = 32.87%
G = 32.87%
B = 34.25%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77777C (or 0x77777C) is known color: Dolphin. HEX triplet: 77, 77 and 7C. RGB value is (119,119,124). Sum of RGB (Red+Green+Blue) = 119+119+124=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 124 - color contains mainly: blue. Hex color #77777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77777C is #888883. Grayscale: #777777. Windows color (decimal): -8947844 or 8157047. OLE color: 8157047.

HSL color Cylindrical-coordinate representation of color #77777C: 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.04%. Process color model (Four color, CMYK) of #77777C is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 119 124 -
CMYK 0.04 0.04 0 0.51
HSL 240º 0.02% 0.48% -
HSV(B) 240º 0.04% 0.49% -
XYZ 17.84 18.57 21.71 -
YUV 119.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 119 119 124 0.04 0.04 0 0.51 240 0.02 0.48
Hex 77 77 7C 4 4 0 33 F0 2 30
Octal 167 167 174 4 4 0 63 360 2 60
Binary 1110111 1110111 1111100 100 100 0 110011 11110000 10 110000

Color Harmonies of #77777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77777C

Black with #77777C

Text Example


Text Example

White with #77777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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