Html Css Color HEX #766391 Kimberly

📋 copy color: '#766391'

red 118 ◦ green 99 ◦ blue 145

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

Shades of Kimberly #766391

Tints of Kimberly #766391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 145 (57.03% from 255) = 40.06%

R = 32.6%
G = 27.35%
B = 40.06%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#766391 (or 0x766391) is known color: Kimberly. HEX triplet: 76, 63 and 91. RGB value is (118,99,145). Sum of RGB (Red+Green+Blue) = 118+99+145=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #766391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766391 is #899C6E. Grayscale: #6D6D6D. Windows color (decimal): -9018479 or 9528182. OLE color: 9528182.

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

Color convert

RGB 118 99 145 -
CMYK 0.19 0.32 0 0.43
HSL 264.78º 0.19% 0.48% -
HSV(B) 264.78º 0.32% 0.57% -
XYZ 17.04 14.82 28.75 -
YUV 109.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 118 99 145 0.19 0.32 0 0.43 264.78 0.19 0.48
Hex 76 63 91 13 20 0 2B 109 13 30
Octal 166 143 221 23 40 0 53 411 23 60
Binary 1110110 1100011 10010001 10011 100000 0 101011 100001001 10011 110000

Color Harmonies of #766391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766391

Black with #766391

Text Example


Text Example

White with #766391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766391; }

 p { color: rgb(118,99,145); }

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

background-color css

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

 a { background-color: rgb(118,99,145); }

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

border-color css

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

 span { border-color: rgb(118,99,145); }

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