Html Css Color HEX #74662F Himalaya

📋 copy color: '#74662F'

red 116 ◦ green 102 ◦ blue 47

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

Shades of Himalaya #74662F

Tints of Himalaya #74662F

RGB

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

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

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

R = 43.77%
G = 38.49%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74662F (or 0x74662F) is known color: Himalaya. HEX triplet: 74, 66 and 2F. RGB value is (116,102,47). Sum of RGB (Red+Green+Blue) = 116+102+47=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74662F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74662F is #8B99D0. Grayscale: #646464. Windows color (decimal): -9148881 or 3106420. OLE color: 3106420.

HSL color Cylindrical-coordinate representation of color #74662F: hue angle of 47.83º 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 #74662F is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 47 -
CMYK 0 0.12 0.59 0.55
HSL 47.83º 0.42% 0.32% -
HSV(B) 47.83º 0.59% 0.45% -
XYZ 12.47 13.42 4.62 -
YUV 99.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 116 102 47 0 0.12 0.59 0.55 47.83 0.42 0.32
Hex 74 66 2F 0 C 3B 37 30 2A 20
Octal 164 146 57 0 14 73 67 60 52 40
Binary 1110100 1100110 101111 0 1100 111011 110111 110000 101010 100000

Color Harmonies of #74662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74662F

Black with #74662F

Text Example


Text Example

White with #74662F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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