Html Css Color HEX #76757C Dolphin

📋 copy color: '#76757C'

red 118 ◦ green 117 ◦ blue 124

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

Shades of Dolphin #76757C

Tints of Dolphin #76757C

RGB

 RED value IS 118 (46.48% from 255) = 32.87%

 GREEN value IS 117 (46.09% from 255) = 32.59%

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

R = 32.87%
G = 32.59%
B = 34.54%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76757C (or 0x76757C) is known color: Dolphin. HEX triplet: 76, 75 and 7C. RGB value is (118,117,124). Sum of RGB (Red+Green+Blue) = 118+117+124=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 124 - color contains mainly: blue. Hex color #76757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76757C is #898A83. Grayscale: #767676. Windows color (decimal): -9013892 or 8156534. OLE color: 8156534.

HSL color Cylindrical-coordinate representation of color #76757C: hue angle of 248.57º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #76757C is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 117 124 -
CMYK 0.05 0.06 0 0.51
HSL 248.57º 0.03% 0.47% -
HSV(B) 248.57º 0.06% 0.49% -
XYZ 17.47 18.03 21.63 -
YUV 118.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 118 117 124 0.05 0.06 0 0.51 248.57 0.03 0.47
Hex 76 75 7C 5 6 0 33 F9 3 2F
Octal 166 165 174 5 6 0 63 371 3 57
Binary 1110110 1110101 1111100 101 110 0 110011 11111001 11 101111

Color Harmonies of #76757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76757C

Black with #76757C

Text Example


Text Example

White with #76757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,117,124); }

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

background-color css

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

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

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

border-color css

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

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

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