Html Css Color HEX #774B42 Bole

📋 copy color: '#774B42'

red 119 ◦ green 75 ◦ blue 66

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

Shades of Bole #774B42

Tints of Bole #774B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.85%

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 45.77%
G = 28.85%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#774B42 (or 0x774B42) is known color: Bole. HEX triplet: 77, 4B and 42. RGB value is (119,75,66). Sum of RGB (Red+Green+Blue) = 119+75+66=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #774B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B42 is #88B4BD. Grayscale: #575757. Windows color (decimal): -8959166 or 4344695. OLE color: 4344695.

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

Color convert

RGB 119 75 66 -
CMYK 0 0.37 0.45 0.53
HSL 10.19º 0.29% 0.36% -
HSV(B) 10.19º 0.45% 0.47% -
XYZ 11.11 9.35 6.37 -
YUV 87.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 119 75 66 0 0.37 0.45 0.53 10.19 0.29 0.36
Hex 77 4B 42 0 25 2D 35 A 1D 24
Octal 167 113 102 0 45 55 65 12 35 44
Binary 1110111 1001011 1000010 0 100101 101101 110101 1010 11101 100100

Color Harmonies of #774B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774B42

Black with #774B42

Text Example


Text Example

White with #774B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,75,66); }

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

background-color css

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

 a { background-color: rgb(119,75,66); }

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

border-color css

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

 span { border-color: rgb(119,75,66); }

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