Html Css Color HEX #776493 Kimberly

📋 copy color: '#776493'

red 119 ◦ green 100 ◦ blue 147

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

Shades of Kimberly #776493

Tints of Kimberly #776493

RGB

 RED value IS 119 (46.88% from 255) = 32.51%

 GREEN value IS 100 (39.45% from 255) = 27.32%

 BLUE value IS 147 (57.81% from 255) = 40.16%

R = 32.51%
G = 27.32%
B = 40.16%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#776493 (or 0x776493) is known color: Kimberly. HEX triplet: 77, 64 and 93. RGB value is (119,100,147). Sum of RGB (Red+Green+Blue) = 119+100+147=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #776493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776493 is #889B6C. Grayscale: #6E6E6E. Windows color (decimal): -8952685 or 9659511. OLE color: 9659511.

HSL color Cylindrical-coordinate representation of color #776493: hue angle of 264.26º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #776493 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 100 147 -
CMYK 0.19 0.32 0 0.42
HSL 264.26º 0.19% 0.48% -
HSV(B) 264.26º 0.32% 0.58% -
XYZ 17.43 15.14 29.61 -
YUV 111.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 119 100 147 0.19 0.32 0 0.42 264.26 0.19 0.48
Hex 77 64 93 13 20 0 2A 108 13 30
Octal 167 144 223 23 40 0 52 410 23 60
Binary 1110111 1100100 10010011 10011 100000 0 101010 100001000 10011 110000

Color Harmonies of #776493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776493

Black with #776493

Text Example


Text Example

White with #776493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776493; }

 p { color: rgb(119,100,147); }

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

background-color css

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

 a { background-color: rgb(119,100,147); }

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

border-color css

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

 span { border-color: rgb(119,100,147); }

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