Html Css Color HEX #767582 Dolphin

📋 copy color: '#767582'

red 118 ◦ green 117 ◦ blue 130

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

Shades of Dolphin #767582

Tints of Dolphin #767582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.62%

R = 32.33%
G = 32.05%
B = 35.62%

CMYK

 C value IS 0.09

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#767582 (or 0x767582) is known color: Dolphin. HEX triplet: 76, 75 and 82. RGB value is (118,117,130). Sum of RGB (Red+Green+Blue) = 118+117+130=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 130 - color contains mainly: blue. Hex color #767582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767582 is #898A7D. Grayscale: #767676. Windows color (decimal): -9013886 or 8549750. OLE color: 8549750.

HSL color Cylindrical-coordinate representation of color #767582: hue angle of 244.62º 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 #767582 is Cyan = 0.09, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 117 130 -
CMYK 0.09 0.1 0 0.49
HSL 244.62º 0.05% 0.48% -
HSV(B) 244.62º 0.1% 0.51% -
XYZ 17.86 18.19 23.69 -
YUV 118.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 118 117 130 0.09 0.1 0 0.49 244.62 0.05 0.48
Hex 76 75 82 9 A 0 31 F5 5 30
Octal 166 165 202 11 12 0 61 365 5 60
Binary 1110110 1110101 10000010 1001 1010 0 110001 11110101 101 110000

Color Harmonies of #767582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767582

Black with #767582

Text Example


Text Example

White with #767582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767582; }

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

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

background-color css

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

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

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

border-color css

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

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

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