Html Css Color HEX #774746 Bole

📋 copy color: '#774746'

red 119 ◦ green 71 ◦ blue 70

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

Shades of Bole #774746

Tints of Bole #774746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

 BLUE value IS 70 (27.73% from 255) = 26.92%

R = 45.77%
G = 27.31%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#774746 (or 0x774746) is known color: Bole. HEX triplet: 77, 47 and 46. RGB value is (119,71,70). Sum of RGB (Red+Green+Blue) = 119+71+70=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #774746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774746 is #88B8B9. Grayscale: #555555. Windows color (decimal): -8960186 or 4605815. OLE color: 4605815.

HSL color Cylindrical-coordinate representation of color #774746: hue angle of 1.22º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #774746 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 71 70 -
CMYK 0 0.40 0.41 0.53
HSL 1.22º 0.26% 0.37% -
HSV(B) 1.22º 0.41% 0.47% -
XYZ 10.97 8.87 6.93 -
YUV 85.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 119 71 70 0 0.40 0.41 0.53 1.22 0.26 0.37
Hex 77 47 46 0 28 29 35 1 1A 25
Octal 167 107 106 0 50 51 65 1 32 45
Binary 1110111 1000111 1000110 0 101000 101001 110101 1 11010 100101

Color Harmonies of #774746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774746

Black with #774746

Text Example


Text Example

White with #774746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774746; }

 p { color: rgb(119,71,70); }

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

background-color css

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

 a { background-color: rgb(119,71,70); }

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

border-color css

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

 span { border-color: rgb(119,71,70); }

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