Html Css Color HEX #767583 Dolphin

📋 copy color: '#767583'

red 118 ◦ green 117 ◦ blue 131

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

Shades of Dolphin #767583

Tints of Dolphin #767583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.79%

R = 32.24%
G = 31.97%
B = 35.79%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#767583 (or 0x767583) is known color: Dolphin. HEX triplet: 76, 75 and 83. RGB value is (118,117,131). Sum of RGB (Red+Green+Blue) = 118+117+131=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 131 - color contains mainly: blue. Hex color #767583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767583 is #898A7C. Grayscale: #767676. Windows color (decimal): -9013885 or 8615286. OLE color: 8615286.

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

Color convert

RGB 118 117 131 -
CMYK 0.10 0.11 0 0.49
HSL 244.29º 0.06% 0.49% -
HSV(B) 244.29º 0.11% 0.51% -
XYZ 17.93 18.21 24.04 -
YUV 118.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 118 117 131 0.10 0.11 0 0.49 244.29 0.06 0.49
Hex 76 75 83 A B 0 31 F4 6 31
Octal 166 165 203 12 13 0 61 364 6 61
Binary 1110110 1110101 10000011 1010 1011 0 110001 11110100 110 110001

Color Harmonies of #767583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767583

Black with #767583

Text Example


Text Example

White with #767583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767583; }

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

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

background-color css

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

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

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

border-color css

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

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

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