Html Css Color HEX #767581 Dolphin

📋 copy color: '#767581'

red 118 ◦ green 117 ◦ blue 129

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

Shades of Dolphin #767581

Tints of Dolphin #767581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

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

R = 32.42%
G = 32.14%
B = 35.44%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#767581 (or 0x767581) is known color: Dolphin. HEX triplet: 76, 75 and 81. RGB value is (118,117,129). Sum of RGB (Red+Green+Blue) = 118+117+129=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 129 - color contains mainly: blue. Hex color #767581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767581 is #898A7E. Grayscale: #767676. Windows color (decimal): -9013887 or 8484214. OLE color: 8484214.

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

Color convert

RGB 118 117 129 -
CMYK 0.09 0.09 0 0.49
HSL 245º 0.05% 0.48% -
HSV(B) 245º 0.09% 0.51% -
XYZ 17.79 18.16 23.34 -
YUV 118.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 118 117 129 0.09 0.09 0 0.49 245 0.05 0.48
Hex 76 75 81 9 9 0 31 F5 5 30
Octal 166 165 201 11 11 0 61 365 5 60
Binary 1110110 1110101 10000001 1001 1001 0 110001 11110101 101 110000

Color Harmonies of #767581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767581

Black with #767581

Text Example


Text Example

White with #767581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767581; }

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

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

background-color css

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

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

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

border-color css

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

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

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