Html Css Color HEX #74662C Himalaya

📋 copy color: '#74662C'

red 116 ◦ green 102 ◦ blue 44

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

Shades of Himalaya #74662C

Tints of Himalaya #74662C

RGB

 RED value IS 116 (45.7% from 255) = 44.27%

 GREEN value IS 102 (40.23% from 255) = 38.93%

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 44.27%
G = 38.93%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74662C (or 0x74662C) is known color: Himalaya. HEX triplet: 74, 66 and 2C. RGB value is (116,102,44). Sum of RGB (Red+Green+Blue) = 116+102+44=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74662C is #8B99D3. Grayscale: #636363. Windows color (decimal): -9148884 or 2909812. OLE color: 2909812.

HSL color Cylindrical-coordinate representation of color #74662C: hue angle of 48.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74662C is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 44 -
CMYK 0 0.12 0.62 0.55
HSL 48.33º 0.45% 0.31% -
HSV(B) 48.33º 0.62% 0.45% -
XYZ 12.41 13.4 4.31 -
YUV 99.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 116 102 44 0 0.12 0.62 0.55 48.33 0.45 0.31
Hex 74 66 2C 0 C 3E 37 30 2D 1F
Octal 164 146 54 0 14 76 67 60 55 37
Binary 1110100 1100110 101100 0 1100 111110 110111 110000 101101 11111

Color Harmonies of #74662C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74662C

Black with #74662C

Text Example


Text Example

White with #74662C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74662C; }

 p { color: rgb(116,102,44); }

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

background-color css

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

 a { background-color: rgb(116,102,44); }

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

border-color css

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

 span { border-color: rgb(116,102,44); }

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