Html Css Color HEX #77786B Tapa

📋 copy color: '#77786B'

red 119 ◦ green 120 ◦ blue 107

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

Shades of Tapa #77786B

Tints of Tapa #77786B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 34.39%
G = 34.68%
B = 30.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77786B (or 0x77786B) is known color: Tapa. HEX triplet: 77, 78 and 6B. RGB value is (119,120,107). Sum of RGB (Red+Green+Blue) = 119+120+107=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 120 - color contains mainly: green. Hex color #77786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77786B is #888794. Grayscale: #767676. Windows color (decimal): -8947605 or 7043191. OLE color: 7043191.

HSL color Cylindrical-coordinate representation of color #77786B: hue angle of 64.62º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #77786B is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 120 107 -
CMYK 0.01 0 0.11 0.53
HSL 64.62º 0.06% 0.45% -
HSV(B) 64.62º 0.11% 0.47% -
XYZ 16.98 18.42 16.57 -
YUV 118.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 119 120 107 0.01 0 0.11 0.53 64.62 0.06 0.45
Hex 77 78 6B 1 0 B 35 41 6 2D
Octal 167 170 153 1 0 13 65 101 6 55
Binary 1110111 1111000 1101011 1 0 1011 110101 1000001 110 101101

Color Harmonies of #77786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77786B

Black with #77786B

Text Example


Text Example

White with #77786B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77786B; }

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

 H1.HeaderClassName
 {
   color: #77786B;
 }
 .AnyTagClassName
 {
   color: #77786B;
 }
</style>

background-color css

<style>
 a { background-color: #77786B; }

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

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

border-color css

<style>
 span { border-color: #77786B; }

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

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