Html Css Color HEX #767481 Dolphin

📋 copy color: '#767481'

red 118 ◦ green 116 ◦ blue 129

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

Shades of Dolphin #767481

Tints of Dolphin #767481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 32.51%
G = 31.96%
B = 35.54%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#767481 (or 0x767481) is known color: Dolphin. HEX triplet: 76, 74 and 81. RGB value is (118,116,129). Sum of RGB (Red+Green+Blue) = 118+116+129=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 129 - color contains mainly: blue. Hex color #767481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767481 is #898B7E. Grayscale: #767676. Windows color (decimal): -9014143 or 8483958. OLE color: 8483958.

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

Color convert

RGB 118 116 129 -
CMYK 0.09 0.10 0 0.49
HSL 249.23º 0.05% 0.48% -
HSV(B) 249.23º 0.1% 0.51% -
XYZ 17.68 17.93 23.3 -
YUV 118.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 118 116 129 0.09 0.10 0 0.49 249.23 0.05 0.48
Hex 76 74 81 9 A 0 31 F9 5 30
Octal 166 164 201 11 12 0 61 371 5 60
Binary 1110110 1110100 10000001 1001 1010 0 110001 11111001 101 110000

Color Harmonies of #767481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767481

Black with #767481

Text Example


Text Example

White with #767481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767481; }

 p { color: rgb(118,116,129); }

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

background-color css

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

 a { background-color: rgb(118,116,129); }

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

border-color css

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

 span { border-color: rgb(118,116,129); }

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