Html Css Color HEX #774843 Bole

📋 copy color: '#774843'

red 119 ◦ green 72 ◦ blue 67

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

Shades of Bole #774843

Tints of Bole #774843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

 BLUE value IS 67 (26.56% from 255) = 25.97%

R = 46.12%
G = 27.91%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#774843 (or 0x774843) is known color: Bole. HEX triplet: 77, 48 and 43. RGB value is (119,72,67). Sum of RGB (Red+Green+Blue) = 119+72+67=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #774843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774843 is #88B7BC. Grayscale: #555555. Windows color (decimal): -8959933 or 4409463. OLE color: 4409463.

HSL color Cylindrical-coordinate representation of color #774843: hue angle of 5.77º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #774843 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 72 67 -
CMYK 0 0.39 0.44 0.53
HSL 5.77º 0.28% 0.36% -
HSV(B) 5.77º 0.44% 0.47% -
XYZ 10.94 8.96 6.46 -
YUV 85.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 119 72 67 0 0.39 0.44 0.53 5.77 0.28 0.36
Hex 77 48 43 0 27 2C 35 6 1C 24
Octal 167 110 103 0 47 54 65 6 34 44
Binary 1110111 1001000 1000011 0 100111 101100 110101 110 11100 100100

Color Harmonies of #774843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774843

Black with #774843

Text Example


Text Example

White with #774843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774843; }

 p { color: rgb(119,72,67); }

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

background-color css

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

 a { background-color: rgb(119,72,67); }

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

border-color css

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

 span { border-color: rgb(119,72,67); }

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