Html Css Color HEX #766593 Kimberly

📋 copy color: '#766593'

red 118 ◦ green 101 ◦ blue 147

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

Shades of Kimberly #766593

Tints of Kimberly #766593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

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

R = 32.24%
G = 27.6%
B = 40.16%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#766593 (or 0x766593) is known color: Kimberly. HEX triplet: 76, 65 and 93. RGB value is (118,101,147). Sum of RGB (Red+Green+Blue) = 118+101+147=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 101 (39.84% from 255 or 27.60% 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 #766593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766593 is #899A6C. Grayscale: #6F6F6F. Windows color (decimal): -9017965 or 9659766. OLE color: 9659766.

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

Color convert

RGB 118 101 147 -
CMYK 0.20 0.31 0 0.42
HSL 262.17º 0.19% 0.49% -
HSV(B) 262.17º 0.31% 0.58% -
XYZ 17.39 15.27 29.63 -
YUV 111.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 118 101 147 0.20 0.31 0 0.42 262.17 0.19 0.49
Hex 76 65 93 14 1F 0 2A 106 13 31
Octal 166 145 223 24 37 0 52 406 23 61
Binary 1110110 1100101 10010011 10100 11111 0 101010 100000110 10011 110001

Color Harmonies of #766593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766593

Black with #766593

Text Example


Text Example

White with #766593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766593; }

 p { color: rgb(118,101,147); }

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

background-color css

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

 a { background-color: rgb(118,101,147); }

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

border-color css

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

 span { border-color: rgb(118,101,147); }

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