Html Css Color HEX #774442 Bole

📋 copy color: '#774442'

red 119 ◦ green 68 ◦ blue 66

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

Shades of Bole #774442

Tints of Bole #774442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

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

R = 47.04%
G = 26.88%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#774442 (or 0x774442) is known color: Bole. HEX triplet: 77, 44 and 42. RGB value is (119,68,66). Sum of RGB (Red+Green+Blue) = 119+68+66=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #774442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774442 is #88BBBD. Grayscale: #535353. Windows color (decimal): -8960958 or 4342903. OLE color: 4342903.

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

Color convert

RGB 119 68 66 -
CMYK 0 0.43 0.45 0.53
HSL 2.26º 0.29% 0.36% -
HSV(B) 2.26º 0.45% 0.47% -
XYZ 10.66 8.45 6.22 -
YUV 83.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 119 68 66 0 0.43 0.45 0.53 2.26 0.29 0.36
Hex 77 44 42 0 2B 2D 35 2 1D 24
Octal 167 104 102 0 53 55 65 2 35 44
Binary 1110111 1000100 1000010 0 101011 101101 110101 10 11101 100100

Color Harmonies of #774442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774442

Black with #774442

Text Example


Text Example

White with #774442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774442; }

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

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

background-color css

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

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

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

border-color css

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

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

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