Html Css Color HEX #76648C Kimberly

📋 copy color: '#76648C'

red 118 ◦ green 100 ◦ blue 140

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

Shades of Kimberly #76648C

Tints of Kimberly #76648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

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

R = 32.96%
G = 27.93%
B = 39.11%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76648C (or 0x76648C) is known color: Kimberly. HEX triplet: 76, 64 and 8C. RGB value is (118,100,140). Sum of RGB (Red+Green+Blue) = 118+100+140=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #76648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76648C is #899B73. Grayscale: #6D6D6D. Windows color (decimal): -9018228 or 9200758. OLE color: 9200758.

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

Color convert

RGB 118 100 140 -
CMYK 0.16 0.29 0 0.45
HSL 267º 0.17% 0.47% -
HSV(B) 267º 0.29% 0.55% -
XYZ 16.76 14.86 26.8 -
YUV 109.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 118 100 140 0.16 0.29 0 0.45 267 0.17 0.47
Hex 76 64 8C 10 1D 0 2D 10B 11 2F
Octal 166 144 214 20 35 0 55 413 21 57
Binary 1110110 1100100 10001100 10000 11101 0 101101 100001011 10001 101111

Color Harmonies of #76648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76648C

Black with #76648C

Text Example


Text Example

White with #76648C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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