Html Css Color HEX #76638E Kimberly

📋 copy color: '#76638E'

red 118 ◦ green 99 ◦ blue 142

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

Shades of Kimberly #76638E

Tints of Kimberly #76638E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.55%

R = 32.87%
G = 27.58%
B = 39.55%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76638E (or 0x76638E) is known color: Kimberly. HEX triplet: 76, 63 and 8E. RGB value is (118,99,142). Sum of RGB (Red+Green+Blue) = 118+99+142=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #76638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76638E is #899C71. Grayscale: #6D6D6D. Windows color (decimal): -9018482 or 9331574. OLE color: 9331574.

HSL color Cylindrical-coordinate representation of color #76638E: hue angle of 266.51º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76638E is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 99 142 -
CMYK 0.17 0.30 0 0.44
HSL 266.51º 0.18% 0.47% -
HSV(B) 266.51º 0.3% 0.56% -
XYZ 16.82 14.73 27.55 -
YUV 109.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 118 99 142 0.17 0.30 0 0.44 266.51 0.18 0.47
Hex 76 63 8E 11 1E 0 2C 10B 12 2F
Octal 166 143 216 21 36 0 54 413 22 57
Binary 1110110 1100011 10001110 10001 11110 0 101100 100001011 10010 101111

Color Harmonies of #76638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76638E

Black with #76638E

Text Example


Text Example

White with #76638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76638E; }

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

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

background-color css

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

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

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

border-color css

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

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

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