Html Css Color HEX #776B8E Kimberly

📋 copy color: '#776B8E'

red 119 ◦ green 107 ◦ blue 142

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

Shades of Kimberly #776B8E

Tints of Kimberly #776B8E

RGB

 RED value IS 119 (46.88% from 255) = 32.34%

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

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

R = 32.34%
G = 29.08%
B = 38.59%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#776B8E (or 0x776B8E) is known color: Kimberly. HEX triplet: 77, 6B and 8E. RGB value is (119,107,142). Sum of RGB (Red+Green+Blue) = 119+107+142=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #776B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776B8E is #889471. Grayscale: #727272. Windows color (decimal): -8950898 or 9333623. OLE color: 9333623.

HSL color Cylindrical-coordinate representation of color #776B8E: hue angle of 260.57º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #776B8E is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 107 142 -
CMYK 0.16 0.25 0 0.44
HSL 260.57º 0.14% 0.49% -
HSV(B) 260.57º 0.25% 0.56% -
XYZ 17.75 16.39 27.82 -
YUV 114.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 119 107 142 0.16 0.25 0 0.44 260.57 0.14 0.49
Hex 77 6B 8E 10 19 0 2C 105 E 31
Octal 167 153 216 20 31 0 54 405 16 61
Binary 1110111 1101011 10001110 10000 11001 0 101100 100000101 1110 110001

Color Harmonies of #776B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B8E

Black with #776B8E

Text Example


Text Example

White with #776B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776B8E; }

 p { color: rgb(119,107,142); }

 H1.HeaderClassName
 {
   color: #776B8E;
 }
 .AnyTagClassName
 {
   color: #776B8E;
 }
</style>

background-color css

<style>
 a { background-color: #776B8E; }

 a { background-color: rgb(119,107,142); }

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

border-color css

<style>
 span { border-color: #776B8E; }

 span { border-color: rgb(119,107,142); }

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