Html Css Color HEX #766B8A Kimberly

📋 copy color: '#766B8A'

red 118 ◦ green 107 ◦ blue 138

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

Shades of Kimberly #766B8A

Tints of Kimberly #766B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

 BLUE value IS 138 (54.3% from 255) = 38.02%

R = 32.51%
G = 29.48%
B = 38.02%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#766B8A (or 0x766B8A) is known color: Kimberly. HEX triplet: 76, 6B and 8A. RGB value is (118,107,138). Sum of RGB (Red+Green+Blue) = 118+107+138=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #766B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766B8A is #899475. Grayscale: #717171. Windows color (decimal): -9016438 or 9071478. OLE color: 9071478.

HSL color Cylindrical-coordinate representation of color #766B8A: hue angle of 261.29º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #766B8A is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 107 138 -
CMYK 0.14 0.22 0 0.46
HSL 261.29º 0.13% 0.48% -
HSV(B) 261.29º 0.22% 0.54% -
XYZ 17.32 16.2 26.26 -
YUV 113.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 118 107 138 0.14 0.22 0 0.46 261.29 0.13 0.48
Hex 76 6B 8A E 16 0 2E 105 D 30
Octal 166 153 212 16 26 0 56 405 15 60
Binary 1110110 1101011 10001010 1110 10110 0 101110 100000101 1101 110000

Color Harmonies of #766B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B8A

Black with #766B8A

Text Example


Text Example

White with #766B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766B8A; }

 p { color: rgb(118,107,138); }

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

background-color css

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

 a { background-color: rgb(118,107,138); }

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

border-color css

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

 span { border-color: rgb(118,107,138); }

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