Html Css Color HEX #774237 Bole

📋 copy color: '#774237'

red 119 ◦ green 66 ◦ blue 55

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

Shades of Bole #774237

Tints of Bole #774237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.5%

 BLUE value IS 55 (21.88% from 255) = 22.92%

R = 49.58%
G = 27.5%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#774237 (or 0x774237) is known color: Bole. HEX triplet: 77, 42 and 37. RGB value is (119,66,55). Sum of RGB (Red+Green+Blue) = 119+66+55=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #774237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774237 is #88BDC8. Grayscale: #505050. Windows color (decimal): -8961481 or 3621495. OLE color: 3621495.

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

Color convert

RGB 119 66 55 -
CMYK 0 0.45 0.54 0.53
HSL 10.31º 0.37% 0.34% -
HSV(B) 10.31º 0.54% 0.47% -
XYZ 10.25 8.09 4.64 -
YUV 80.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 119 66 55 0 0.45 0.54 0.53 10.31 0.37 0.34
Hex 77 42 37 0 2D 36 35 A 25 22
Octal 167 102 67 0 55 66 65 12 45 42
Binary 1110111 1000010 110111 0 101101 110110 110101 1010 100101 100010

Color Harmonies of #774237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774237

Black with #774237

Text Example


Text Example

White with #774237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774237; }

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

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

background-color css

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

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

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

border-color css

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

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

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