Html Css Color HEX #774238 Bole

📋 copy color: '#774238'

red 119 ◦ green 66 ◦ blue 56

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

Shades of Bole #774238

Tints of Bole #774238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.24%

R = 49.38%
G = 27.39%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#774238 (or 0x774238) is known color: Bole. HEX triplet: 77, 42 and 38. RGB value is (119,66,56). Sum of RGB (Red+Green+Blue) = 119+66+56=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #774238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774238 is #88BDC7. Grayscale: #505050. Windows color (decimal): -8961480 or 3687031. OLE color: 3687031.

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

Color convert

RGB 119 66 56 -
CMYK 0 0.45 0.53 0.53
HSL 9.52º 0.36% 0.34% -
HSV(B) 9.52º 0.53% 0.47% -
XYZ 10.27 8.1 4.76 -
YUV 80.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 119 66 56 0 0.45 0.53 0.53 9.52 0.36 0.34
Hex 77 42 38 0 2D 35 35 A 24 22
Octal 167 102 70 0 55 65 65 12 44 42
Binary 1110111 1000010 111000 0 101101 110101 110101 1010 100100 100010

Color Harmonies of #774238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774238

Black with #774238

Text Example


Text Example

White with #774238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774238; }

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

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

background-color css

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

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

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

border-color css

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

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

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