Html Css Color HEX #766A8B Kimberly

📋 copy color: '#766A8B'

red 118 ◦ green 106 ◦ blue 139

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

Shades of Kimberly #766A8B

Tints of Kimberly #766A8B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

 BLUE value IS 139 (54.69% from 255) = 38.29%

R = 32.51%
G = 29.2%
B = 38.29%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#766A8B (or 0x766A8B) is known color: Kimberly. HEX triplet: 76, 6A and 8B. RGB value is (118,106,139). Sum of RGB (Red+Green+Blue) = 118+106+139=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #766A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766A8B is #899574. Grayscale: #717171. Windows color (decimal): -9016693 or 9136758. OLE color: 9136758.

HSL color Cylindrical-coordinate representation of color #766A8B: hue angle of 261.82º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766A8B is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 106 139 -
CMYK 0.15 0.24 0 0.45
HSL 261.82º 0.13% 0.48% -
HSV(B) 261.82º 0.24% 0.55% -
XYZ 17.29 16.02 26.61 -
YUV 113.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 118 106 139 0.15 0.24 0 0.45 261.82 0.13 0.48
Hex 76 6A 8B F 18 0 2D 106 D 30
Octal 166 152 213 17 30 0 55 406 15 60
Binary 1110110 1101010 10001011 1111 11000 0 101101 100000110 1101 110000

Color Harmonies of #766A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A8B

Black with #766A8B

Text Example


Text Example

White with #766A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,106,139); }

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

background-color css

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

 a { background-color: rgb(118,106,139); }

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

border-color css

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

 span { border-color: rgb(118,106,139); }

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