Html Css Color HEX #774A46 Bole

📋 copy color: '#774A46'

red 119 ◦ green 74 ◦ blue 70

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

Shades of Bole #774A46

Tints of Bole #774A46

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.14%

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

R = 45.25%
G = 28.14%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#774A46 (or 0x774A46) is known color: Bole. HEX triplet: 77, 4A and 46. RGB value is (119,74,70). Sum of RGB (Red+Green+Blue) = 119+74+70=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #774A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A46 is #88B5B9. Grayscale: #575757. Windows color (decimal): -8959418 or 4606583. OLE color: 4606583.

HSL color Cylindrical-coordinate representation of color #774A46: hue angle of 4.9º 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 #774A46 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 74 70 -
CMYK 0 0.38 0.41 0.53
HSL 4.9º 0.26% 0.37% -
HSV(B) 4.9º 0.41% 0.47% -
XYZ 11.16 9.26 6.99 -
YUV 87 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 119 74 70 0 0.38 0.41 0.53 4.9 0.26 0.37
Hex 77 4A 46 0 26 29 35 5 1A 25
Octal 167 112 106 0 46 51 65 5 32 45
Binary 1110111 1001010 1000110 0 100110 101001 110101 101 11010 100101

Color Harmonies of #774A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A46

Black with #774A46

Text Example


Text Example

White with #774A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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