Html Css Color HEX #777685 Dolphin

📋 copy color: '#777685'

red 119 ◦ green 118 ◦ blue 133

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

Shades of Dolphin #777685

Tints of Dolphin #777685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.89%

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 32.16%
G = 31.89%
B = 35.95%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#777685 (or 0x777685) is known color: Dolphin. HEX triplet: 77, 76 and 85. RGB value is (119,118,133). Sum of RGB (Red+Green+Blue) = 119+118+133=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 133 - color contains mainly: blue. Hex color #777685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777685 is #88897A. Grayscale: #777777. Windows color (decimal): -8948091 or 8746615. OLE color: 8746615.

HSL color Cylindrical-coordinate representation of color #777685: hue angle of 244º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #777685 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 118 133 -
CMYK 0.11 0.11 0 0.48
HSL 244º 0.06% 0.49% -
HSV(B) 244º 0.11% 0.52% -
XYZ 18.32 18.57 24.81 -
YUV 120.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 119 118 133 0.11 0.11 0 0.48 244 0.06 0.49
Hex 77 76 85 B B 0 30 F4 6 31
Octal 167 166 205 13 13 0 60 364 6 61
Binary 1110111 1110110 10000101 1011 1011 0 110000 11110100 110 110001

Color Harmonies of #777685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777685

Black with #777685

Text Example


Text Example

White with #777685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777685; }

 p { color: rgb(119,118,133); }

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

background-color css

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

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

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

border-color css

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

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

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