Html Css Color HEX #74682F Himalaya

📋 copy color: '#74682F'

red 116 ◦ green 104 ◦ blue 47

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

Shades of Himalaya #74682F

Tints of Himalaya #74682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.95%

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 43.45%
G = 38.95%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74682F (or 0x74682F) is known color: Himalaya. HEX triplet: 74, 68 and 2F. RGB value is (116,104,47). Sum of RGB (Red+Green+Blue) = 116+104+47=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #74682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74682F is #8B97D0. Grayscale: #656565. Windows color (decimal): -9148369 or 3106932. OLE color: 3106932.

HSL color Cylindrical-coordinate representation of color #74682F: hue angle of 49.57º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74682F is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 104 47 -
CMYK 0 0.10 0.59 0.55
HSL 49.57º 0.42% 0.32% -
HSV(B) 49.57º 0.59% 0.45% -
XYZ 12.67 13.82 4.69 -
YUV 101.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 116 104 47 0 0.10 0.59 0.55 49.57 0.42 0.32
Hex 74 68 2F 0 A 3B 37 32 2A 20
Octal 164 150 57 0 12 73 67 62 52 40
Binary 1110100 1101000 101111 0 1010 111011 110111 110010 101010 100000

Color Harmonies of #74682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74682F

Black with #74682F

Text Example


Text Example

White with #74682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74682F; }

 p { color: rgb(116,104,47); }

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

background-color css

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

 a { background-color: rgb(116,104,47); }

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

border-color css

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

 span { border-color: rgb(116,104,47); }

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