Html Css Color HEX #76737D Dolphin

📋 copy color: '#76737D'

red 118 ◦ green 115 ◦ blue 125

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

Shades of Dolphin #76737D

Tints of Dolphin #76737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

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

R = 32.96%
G = 32.12%
B = 34.92%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76737D (or 0x76737D) is known color: Dolphin. HEX triplet: 76, 73 and 7D. RGB value is (118,115,125). Sum of RGB (Red+Green+Blue) = 118+115+125=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 125 - color contains mainly: blue. Hex color #76737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76737D is #898C82. Grayscale: #757575. Windows color (decimal): -9014403 or 8221558. OLE color: 8221558.

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

Color convert

RGB 118 115 125 -
CMYK 0.06 0.08 0 0.51
HSL 258º 0.04% 0.47% -
HSV(B) 258º 0.08% 0.49% -
XYZ 17.3 17.59 21.89 -
YUV 117.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 118 115 125 0.06 0.08 0 0.51 258 0.04 0.47
Hex 76 73 7D 6 8 0 33 102 4 2F
Octal 166 163 175 6 10 0 63 402 4 57
Binary 1110110 1110011 1111101 110 1000 0 110011 100000010 100 101111

Color Harmonies of #76737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76737D

Black with #76737D

Text Example


Text Example

White with #76737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,115,125); }

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

background-color css

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

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

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

border-color css

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

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

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