Html Css Color HEX #756690 Kimberly

📋 copy color: '#756690'

red 117 ◦ green 102 ◦ blue 144

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

Shades of Kimberly #756690

Tints of Kimberly #756690

RGB

 RED value IS 117 (46.09% from 255) = 32.23%

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 32.23%
G = 28.1%
B = 39.67%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#756690 (or 0x756690) is known color: Kimberly. HEX triplet: 75, 66 and 90. RGB value is (117,102,144). Sum of RGB (Red+Green+Blue) = 117+102+144=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #756690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756690 is #8A996F. Grayscale: #6F6F6F. Windows color (decimal): -9083248 or 9463413. OLE color: 9463413.

HSL color Cylindrical-coordinate representation of color #756690: hue angle of 261.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #756690 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 102 144 -
CMYK 0.19 0.29 0 0.44
HSL 261.43º 0.17% 0.48% -
HSV(B) 261.43º 0.29% 0.56% -
XYZ 17.12 15.3 28.44 -
YUV 111.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 117 102 144 0.19 0.29 0 0.44 261.43 0.17 0.48
Hex 75 66 90 13 1D 0 2C 105 11 30
Octal 165 146 220 23 35 0 54 405 21 60
Binary 1110101 1100110 10010000 10011 11101 0 101100 100000101 10001 110000

Color Harmonies of #756690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756690

Black with #756690

Text Example


Text Example

White with #756690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756690; }

 p { color: rgb(117,102,144); }

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

background-color css

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

 a { background-color: rgb(117,102,144); }

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

border-color css

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

 span { border-color: rgb(117,102,144); }

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