Html Css Color HEX #77698E Kimberly

📋 copy color: '#77698E'

red 119 ◦ green 105 ◦ blue 142

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

Shades of Kimberly #77698E

Tints of Kimberly #77698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

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

R = 32.51%
G = 28.69%
B = 38.8%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77698E (or 0x77698E) is known color: Kimberly. HEX triplet: 77, 69 and 8E. RGB value is (119,105,142). Sum of RGB (Red+Green+Blue) = 119+105+142=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #77698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77698E is #889671. Grayscale: #717171. Windows color (decimal): -8951410 or 9333111. OLE color: 9333111.

HSL color Cylindrical-coordinate representation of color #77698E: hue angle of 262.7º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77698E is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 105 142 -
CMYK 0.16 0.26 0 0.44
HSL 262.7º 0.15% 0.48% -
HSV(B) 262.7º 0.26% 0.56% -
XYZ 17.54 15.98 27.75 -
YUV 113.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 119 105 142 0.16 0.26 0 0.44 262.7 0.15 0.48
Hex 77 69 8E 10 1A 0 2C 107 F 30
Octal 167 151 216 20 32 0 54 407 17 60
Binary 1110111 1101001 10001110 10000 11010 0 101100 100000111 1111 110000

Color Harmonies of #77698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77698E

Black with #77698E

Text Example


Text Example

White with #77698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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