Html Css Color HEX #767380 Dolphin

📋 copy color: '#767380'

red 118 ◦ green 115 ◦ blue 128

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

Shades of Dolphin #767380

Tints of Dolphin #767380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 32.69%
G = 31.86%
B = 35.46%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#767380 (or 0x767380) is known color: Dolphin. HEX triplet: 76, 73 and 80. RGB value is (118,115,128). Sum of RGB (Red+Green+Blue) = 118+115+128=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 128 - color contains mainly: blue. Hex color #767380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767380 is #898C7F. Grayscale: #757575. Windows color (decimal): -9014400 or 8418166. OLE color: 8418166.

HSL color Cylindrical-coordinate representation of color #767380: hue angle of 253.85º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #767380 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 115 128 -
CMYK 0.08 0.10 0 0.50
HSL 253.85º 0.05% 0.48% -
HSV(B) 253.85º 0.1% 0.5% -
XYZ 17.5 17.67 22.91 -
YUV 117.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 118 115 128 0.08 0.10 0 0.50 253.85 0.05 0.48
Hex 76 73 80 8 A 0 32 FE 5 30
Octal 166 163 200 10 12 0 62 376 5 60
Binary 1110110 1110011 10000000 1000 1010 0 110010 11111110 101 110000

Color Harmonies of #767380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767380

Black with #767380

Text Example


Text Example

White with #767380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767380; }

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

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

background-color css

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

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

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

border-color css

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

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

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