Html Css Color HEX #766890 Kimberly

📋 copy color: '#766890'

red 118 ◦ green 104 ◦ blue 144

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

Shades of Kimberly #766890

Tints of Kimberly #766890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

 BLUE value IS 144 (56.64% from 255) = 39.34%

R = 32.24%
G = 28.42%
B = 39.34%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#766890 (or 0x766890) is known color: Kimberly. HEX triplet: 76, 68 and 90. RGB value is (118,104,144). Sum of RGB (Red+Green+Blue) = 118+104+144=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #766890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766890 is #89976F. Grayscale: #707070. Windows color (decimal): -9017200 or 9463926. OLE color: 9463926.

HSL color Cylindrical-coordinate representation of color #766890: hue angle of 261º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #766890 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 104 144 -
CMYK 0.18 0.28 0 0.44
HSL 261º 0.16% 0.49% -
HSV(B) 261º 0.28% 0.56% -
XYZ 17.46 15.77 28.51 -
YUV 112.75 145.64 131.75 -
System Red Green Blue C M Y K H S L
Decimal 118 104 144 0.18 0.28 0 0.44 261 0.16 0.49
Hex 76 68 90 12 1C 0 2C 105 10 31
Octal 166 150 220 22 34 0 54 405 20 61
Binary 1110110 1101000 10010000 10010 11100 0 101100 100000101 10000 110001

Color Harmonies of #766890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766890

Black with #766890

Text Example


Text Example

White with #766890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766890; }

 p { color: rgb(118,104,144); }

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

background-color css

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

 a { background-color: rgb(118,104,144); }

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

border-color css

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

 span { border-color: rgb(118,104,144); }

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