Html Css Color HEX #76737F Dolphin

📋 copy color: '#76737F'

red 118 ◦ green 115 ◦ blue 127

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

Shades of Dolphin #76737F

Tints of Dolphin #76737F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.28%

R = 32.78%
G = 31.94%
B = 35.28%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76737F (or 0x76737F) is known color: Dolphin. HEX triplet: 76, 73 and 7F. RGB value is (118,115,127). Sum of RGB (Red+Green+Blue) = 118+115+127=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 127 - color contains mainly: blue. Hex color #76737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76737F is #898C80. Grayscale: #757575. Windows color (decimal): -9014401 or 8352630. OLE color: 8352630.

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

Color convert

RGB 118 115 127 -
CMYK 0.07 0.09 0 0.50
HSL 255º 0.05% 0.47% -
HSV(B) 255º 0.09% 0.5% -
XYZ 17.43 17.65 22.57 -
YUV 117.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 118 115 127 0.07 0.09 0 0.50 255 0.05 0.47
Hex 76 73 7F 7 9 0 32 FF 5 2F
Octal 166 163 177 7 11 0 62 377 5 57
Binary 1110110 1110011 1111111 111 1001 0 110010 11111111 101 101111

Color Harmonies of #76737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76737F

Black with #76737F

Text Example


Text Example

White with #76737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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