Html Css Color HEX #76737E Dolphin

📋 copy color: '#76737E'

red 118 ◦ green 115 ◦ blue 126

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

Shades of Dolphin #76737E

Tints of Dolphin #76737E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 32.87%
G = 32.03%
B = 35.1%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76737E (or 0x76737E) is known color: Dolphin. HEX triplet: 76, 73 and 7E. RGB value is (118,115,126). Sum of RGB (Red+Green+Blue) = 118+115+126=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 126 - color contains mainly: blue. Hex color #76737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76737E is #898C81. Grayscale: #757575. Windows color (decimal): -9014402 or 8287094. OLE color: 8287094.

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

Color convert

RGB 118 115 126 -
CMYK 0.06 0.09 0 0.51
HSL 256.36º 0.05% 0.47% -
HSV(B) 256.36º 0.09% 0.49% -
XYZ 17.37 17.62 22.22 -
YUV 117.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 118 115 126 0.06 0.09 0 0.51 256.36 0.05 0.47
Hex 76 73 7E 6 9 0 33 100 5 2F
Octal 166 163 176 6 11 0 63 400 5 57
Binary 1110110 1110011 1111110 110 1001 0 110011 100000000 101 101111

Color Harmonies of #76737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76737E

Black with #76737E

Text Example


Text Example

White with #76737E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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