Html Css Color HEX #787785 Dolphin

📋 copy color: '#787785'

red 120 ◦ green 119 ◦ blue 133

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

Shades of Dolphin #787785

Tints of Dolphin #787785

RGB

 RED value IS 120 (47.27% from 255) = 32.26%

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

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

R = 32.26%
G = 31.99%
B = 35.75%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#787785 (or 0x787785) is known color: Dolphin. HEX triplet: 78, 77 and 85. RGB value is (120,119,133). Sum of RGB (Red+Green+Blue) = 120+119+133=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #787785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787785 is #87887A. Grayscale: #787878. Windows color (decimal): -8882299 or 8746872. OLE color: 8746872.

HSL color Cylindrical-coordinate representation of color #787785: hue angle of 244.29º 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 #787785 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 119 133 -
CMYK 0.10 0.11 0 0.48
HSL 244.29º 0.06% 0.49% -
HSV(B) 244.29º 0.11% 0.52% -
XYZ 18.58 18.88 24.86 -
YUV 120.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 120 119 133 0.10 0.11 0 0.48 244.29 0.06 0.49
Hex 78 77 85 A B 0 30 F4 6 31
Octal 170 167 205 12 13 0 60 364 6 61
Binary 1111000 1110111 10000101 1010 1011 0 110000 11110100 110 110001

Color Harmonies of #787785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787785

Black with #787785

Text Example


Text Example

White with #787785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787785; }

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

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

background-color css

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

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

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

border-color css

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

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

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