Html Css Color HEX #76628C Kimberly

📋 copy color: '#76628C'

red 118 ◦ green 98 ◦ blue 140

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

Shades of Kimberly #76628C

Tints of Kimberly #76628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 33.15%
G = 27.53%
B = 39.33%

CMYK

 C value IS 0.16

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76628C (or 0x76628C) is known color: Kimberly. HEX triplet: 76, 62 and 8C. RGB value is (118,98,140). Sum of RGB (Red+Green+Blue) = 118+98+140=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #76628C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76628C is #899D73. Grayscale: #6C6C6C. Windows color (decimal): -9018740 or 9200246. OLE color: 9200246.

HSL color Cylindrical-coordinate representation of color #76628C: hue angle of 268.57º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76628C is Cyan = 0.16, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 98 140 -
CMYK 0.16 0.3 0 0.45
HSL 268.57º 0.18% 0.47% -
HSV(B) 268.57º 0.3% 0.55% -
XYZ 16.57 14.48 26.73 -
YUV 108.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 118 98 140 0.16 0.3 0 0.45 268.57 0.18 0.47
Hex 76 62 8C 10 1E 0 2D 10D 12 2F
Octal 166 142 214 20 36 0 55 415 22 57
Binary 1110110 1100010 10001100 10000 11110 0 101101 100001101 10010 101111

Color Harmonies of #76628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76628C

Black with #76628C

Text Example


Text Example

White with #76628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76628C; }

 p { color: rgb(118,98,140); }

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

background-color css

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

 a { background-color: rgb(118,98,140); }

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

border-color css

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

 span { border-color: rgb(118,98,140); }

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