Html Css Color HEX #756392 Kimberly

📋 copy color: '#756392'

red 117 ◦ green 99 ◦ blue 146

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

Shades of Kimberly #756392

Tints of Kimberly #756392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.33%

R = 32.32%
G = 27.35%
B = 40.33%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#756392 (or 0x756392) is known color: Kimberly. HEX triplet: 75, 63 and 92. RGB value is (117,99,146). Sum of RGB (Red+Green+Blue) = 117+99+146=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #756392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756392 is #8A9C6D. Grayscale: #6D6D6D. Windows color (decimal): -9084014 or 9593717. OLE color: 9593717.

HSL color Cylindrical-coordinate representation of color #756392: hue angle of 262.98º 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 #756392 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 99 146 -
CMYK 0.20 0.32 0 0.43
HSL 262.98º 0.19% 0.48% -
HSV(B) 262.98º 0.32% 0.57% -
XYZ 16.99 14.78 29.15 -
YUV 109.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 117 99 146 0.20 0.32 0 0.43 262.98 0.19 0.48
Hex 75 63 92 14 20 0 2B 107 13 30
Octal 165 143 222 24 40 0 53 407 23 60
Binary 1110101 1100011 10010010 10100 100000 0 101011 100000111 10011 110000

Color Harmonies of #756392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756392

Black with #756392

Text Example


Text Example

White with #756392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756392; }

 p { color: rgb(117,99,146); }

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

background-color css

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

 a { background-color: rgb(117,99,146); }

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

border-color css

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

 span { border-color: rgb(117,99,146); }

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