Html Css Color HEX #774741 Bole

📋 copy color: '#774741'

red 119 ◦ green 71 ◦ blue 65

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

Shades of Bole #774741

Tints of Bole #774741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.49%

R = 46.67%
G = 27.84%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#774741 (or 0x774741) is known color: Bole. HEX triplet: 77, 47 and 41. RGB value is (119,71,65). Sum of RGB (Red+Green+Blue) = 119+71+65=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #774741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774741 is #88B8BE. Grayscale: #545454. Windows color (decimal): -8960191 or 4278135. OLE color: 4278135.

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

Color convert

RGB 119 71 65 -
CMYK 0 0.40 0.45 0.53
HSL 6.67º 0.29% 0.36% -
HSV(B) 6.67º 0.45% 0.47% -
XYZ 10.82 8.81 6.13 -
YUV 84.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 119 71 65 0 0.40 0.45 0.53 6.67 0.29 0.36
Hex 77 47 41 0 28 2D 35 7 1D 24
Octal 167 107 101 0 50 55 65 7 35 44
Binary 1110111 1000111 1000001 0 101000 101101 110101 111 11101 100100

Color Harmonies of #774741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774741

Black with #774741

Text Example


Text Example

White with #774741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774741; }

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

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

background-color css

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

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

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

border-color css

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

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

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