Html Css Color HEX #774841 Bole

📋 copy color: '#774841'

red 119 ◦ green 72 ◦ blue 65

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

Shades of Bole #774841

Tints of Bole #774841

RGB

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

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

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

R = 46.48%
G = 28.13%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#774841 (or 0x774841) is known color: Bole. HEX triplet: 77, 48 and 41. RGB value is (119,72,65). Sum of RGB (Red+Green+Blue) = 119+72+65=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #774841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774841 is #88B7BE. Grayscale: #555555. Windows color (decimal): -8959935 or 4278391. OLE color: 4278391.

HSL color Cylindrical-coordinate representation of color #774841: hue angle of 7.78º 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 #774841 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 72 65 -
CMYK 0 0.39 0.45 0.53
HSL 7.78º 0.29% 0.36% -
HSV(B) 7.78º 0.45% 0.47% -
XYZ 10.88 8.94 6.15 -
YUV 85.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 119 72 65 0 0.39 0.45 0.53 7.78 0.29 0.36
Hex 77 48 41 0 27 2D 35 8 1D 24
Octal 167 110 101 0 47 55 65 10 35 44
Binary 1110111 1001000 1000001 0 100111 101101 110101 1000 11101 100100

Color Harmonies of #774841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774841

Black with #774841

Text Example


Text Example

White with #774841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774841; }

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

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

background-color css

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

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

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

border-color css

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

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

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