Html Css Color HEX #77678C Kimberly

📋 copy color: '#77678C'

red 119 ◦ green 103 ◦ blue 140

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

Shades of Kimberly #77678C

Tints of Kimberly #77678C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 32.87%
G = 28.45%
B = 38.67%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77678C (or 0x77678C) is known color: Kimberly. HEX triplet: 77, 67 and 8C. RGB value is (119,103,140). Sum of RGB (Red+Green+Blue) = 119+103+140=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #77678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77678C is #889873. Grayscale: #6F6F6F. Windows color (decimal): -8951924 or 9201527. OLE color: 9201527.

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

Color convert

RGB 119 103 140 -
CMYK 0.15 0.26 0 0.45
HSL 265.95º 0.15% 0.48% -
HSV(B) 265.95º 0.26% 0.55% -
XYZ 17.19 15.52 26.9 -
YUV 112 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 119 103 140 0.15 0.26 0 0.45 265.95 0.15 0.48
Hex 77 67 8C F 1A 0 2D 10A F 30
Octal 167 147 214 17 32 0 55 412 17 60
Binary 1110111 1100111 10001100 1111 11010 0 101101 100001010 1111 110000

Color Harmonies of #77678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77678C

Black with #77678C

Text Example


Text Example

White with #77678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77678C; }

 p { color: rgb(119,103,140); }

 H1.HeaderClassName
 {
   color: #77678C;
 }
 .AnyTagClassName
 {
   color: #77678C;
 }
</style>

background-color css

<style>
 a { background-color: #77678C; }

 a { background-color: rgb(119,103,140); }

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

border-color css

<style>
 span { border-color: #77678C; }

 span { border-color: rgb(119,103,140); }

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