Html Css Color HEX #774342 Bole

📋 copy color: '#774342'

red 119 ◦ green 67 ◦ blue 66

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

Shades of Bole #774342

Tints of Bole #774342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 47.22%
G = 26.59%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#774342 (or 0x774342) is known color: Bole. HEX triplet: 77, 43 and 42. RGB value is (119,67,66). Sum of RGB (Red+Green+Blue) = 119+67+66=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #774342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774342 is #88BCBD. Grayscale: #525252. Windows color (decimal): -8961214 or 4342647. OLE color: 4342647.

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

Color convert

RGB 119 67 66 -
CMYK 0 0.44 0.45 0.53
HSL 1.13º 0.29% 0.36% -
HSV(B) 1.13º 0.45% 0.47% -
XYZ 10.6 8.33 6.2 -
YUV 82.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 119 67 66 0 0.44 0.45 0.53 1.13 0.29 0.36
Hex 77 43 42 0 2C 2D 35 1 1D 24
Octal 167 103 102 0 54 55 65 1 35 44
Binary 1110111 1000011 1000010 0 101100 101101 110101 1 11101 100100

Color Harmonies of #774342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774342

Black with #774342

Text Example


Text Example

White with #774342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774342; }

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

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

background-color css

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

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

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

border-color css

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

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

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